You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All three SDKs (Go, Python, Node) use per-session tool handler lookup keyed
to the exact session ID. When the CLI creates child sessions for subagents,
those child session IDs are never registered in the SDK's sessions map.
Tool calls arriving with a child session ID fail with "unknown session".
This PR adds the ability to call custom tools for sub-agents in Go,
following the proposal in #947
0 commit comments