From d22afdebcd6b70c51fcd6242c1e46a8ee31bf406 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 5 Dec 2025 15:53:19 -0800 Subject: [PATCH] docs: add missing bug fixes to v0.1.13 changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include the three bug fixes that were merged but not documented: - #388: Faster CLI error propagation - #385: Pydantic 2.12+ compatibility - #391: Concurrent subagent write lock 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8104e9f..4f674a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 0.1.13 +### Bug Fixes + +- **Faster error handling**: CLI errors (e.g., invalid session ID) now propagate to pending requests immediately instead of waiting for the 60-second timeout (#388) +- **Pydantic 2.12+ compatibility**: Fixed `PydanticUserError` caused by `McpServer` type only being imported under `TYPE_CHECKING` (#385) +- **Concurrent subagent writes**: Added write lock to prevent `BusyResourceError` when multiple subagents invoke MCP tools in parallel (#391) + ### Internal/Other Changes - Updated bundled Claude CLI to version 2.0.59