Skip to content

Commit 3145cc6

Browse files
docs: update changelog for v0.2.127
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 26b1a5c commit 3145cc6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.2.127
4+
5+
### Bug Fixes
6+
7+
- **Fixed premature stdin closure when background tasks are in flight**: `query()` no longer closes stdin on the first `result` frame when background tasks (e.g. `run_in_background: true` subagents) are still running. Previously, closing stdin too early caused SDK-MCP tool calls from background tasks to fail with `"Stream closed"` and silently bypassed PreToolUse hooks. Stdin now stays open until all in-flight tasks complete and the final result frame arrives (#1103)
8+
9+
### Internal/Other Changes
10+
11+
- Updated bundled Claude CLI to version 2.1.219
12+
313
## 0.2.126
414

515
### New Features

0 commit comments

Comments
 (0)