SIGN IN SIGN UP

agentHost: enable subagent integration test for Claude real SDK (#317353)

agentHost: enable subagent test for Claude real SDK

- Refactor IRealSdkProviderConfig.subagentToolName (string) to
  subagentToolNames (readonly string[]) so providers that expose multiple
  subagent-kind tools can list them all.
- Claude registers both 'Task' and 'Agent' as subagent tools; the model
  may pick either. Listing both exempts both from the 'parent must not
  contain inner tool calls' assertion.
- Flip supportsSubagents to true for Claude now that subagent routing
  works end-to-end.
T
Tyler James Leonhardt committed
f2af4d88e2b6a6fb2002847d1fabc20a42abfff5
Parent: 926e9f8
Committed by GitHub <noreply@github.com> on 5/19/2026, 6:26:32 PM