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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.3.14] - 2026-04-16
9
+
10
+
### Fixed
11
+
12
+
-**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](https://github.com/vstorm-co/pydantic-deepagents/issues/77), reported by [@SvdR82](https://github.com/SvdR82))
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,8 @@ make all # lint + typecheck + test
516
516
|**[pydantic-ai-subagents](https://github.com/vstorm-co/pydantic-ai-subagents)**| Declarative multi-agent orchestration with token tracking. |[](https://github.com/vstorm-co/pydantic-ai-subagents)|
517
517
|**[pydantic-ai-summarization](https://github.com/vstorm-co/pydantic-ai-summarization)**| Smart context compression for long-running agents. |[](https://github.com/vstorm-co/pydantic-ai-summarization)|
518
518
|**[pydantic-ai-backend](https://github.com/vstorm-co/pydantic-ai-backend)**| Sandboxed execution for AI agents. Docker + Daytona. |[](https://github.com/vstorm-co/pydantic-ai-backend)|
519
+
|**[content-skills](https://github.com/vstorm-co/content-skills)**| Claude Code content studio — blog, social, slides, video, infographics — all brand-aware. |[](https://github.com/vstorm-co/content-skills)|
520
+
|**[production-stack-skills](https://github.com/vstorm-co/production-stack-skills)**| Claude Code skills for production-grade FastAPI, PostgreSQL, Docker, and observability. |[](https://github.com/vstorm-co/production-stack-skills)|
519
521
520
522
> **Want the full stack?** Use [full-stack-ai-agent-template](https://github.com/vstorm-co/full-stack-ai-agent-template) — it ships pydantic-deep integrated with FastAPI, Next.js, auth, WebSocket streaming, and RAG out of the box.
0 commit comments