Skip to content

Commit d22afde

Browse files
ashwin-antclaude
andcommitted
docs: add missing bug fixes to v0.1.13 changelog
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 <[email protected]>
1 parent 60d8b61 commit d22afde

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 0.1.13
44

5+
### Bug Fixes
6+
7+
- **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)
8+
- **Pydantic 2.12+ compatibility**: Fixed `PydanticUserError` caused by `McpServer` type only being imported under `TYPE_CHECKING` (#385)
9+
- **Concurrent subagent writes**: Added write lock to prevent `BusyResourceError` when multiple subagents invoke MCP tools in parallel (#391)
10+
511
### Internal/Other Changes
612

713
- Updated bundled Claude CLI to version 2.0.59

0 commit comments

Comments
 (0)