Skip to content

0.3.14

Choose a tag to compare

@DEENUU1 DEENUU1 released this 16 Apr 17:14
· 433 commits to main since this release
b1883f2

[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)