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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.3.14] - 2026-04-16
Fixed
Subagents ignored parent web_search/web_fetch settings — the default subagent factory in create_deep_agent hardcoded web_search=True and web_fetch=True, overriding the parent agent's configuration. On Bedrock and Vertex Anthropic models this produced a 400 error (web_fetch_20250910 not accepted), because the beta web tools are not supported there. The factory now propagates the parent agent's web_search and web_fetch flags to spawned subagents. (#77, reported by @SvdR82)