Skip to content

Commit 49eed4f

Browse files
docs: update changelog for v0.1.70
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6996f6b commit 49eed4f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.1.70
4+
5+
### Bug Fixes
6+
7+
- **In-process MCP tool results silently lost with older `mcp` versions**: Bumped the `mcp` dependency floor to `>=1.19.0`. Older versions mishandled `CallToolResult` returns from SDK MCP tool handlers, causing the model to receive a validation-error blob instead of the actual tool output (#891)
8+
- **Trio nursery corruption on early cancellation**: Fixed `RuntimeError: Nursery stack corrupted` when breaking out of `query()` iteration inside a trio nursery with `options.stderr` set. The stderr reader now uses `spawn_detached()` instead of manually managing a task group, matching the approach already used for the read loop (#885)
9+
10+
### Internal/Other Changes
11+
12+
- Updated bundled Claude CLI to version 2.1.122
13+
314
## 0.1.69
415

516
### Documentation

0 commit comments

Comments
 (0)