Skip to content

Commit a0fbd14

Browse files
docs: update changelog for v0.1.60
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3414aa7 commit a0fbd14

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 0.1.60
4+
5+
### New Features
6+
7+
- **Subagent transcript helpers**: Added `list_subagents()` and `get_subagent_messages()` session helpers for reading subagent transcripts, enabling inspection of subagent message chains spawned during a session (#825)
8+
- **Distributed tracing**: Propagate W3C trace context (`TRACEPARENT`/`TRACESTATE`) to the CLI subprocess when an OpenTelemetry span is active, connecting SDK and CLI traces end-to-end. Install with `pip install claude-agent-sdk[otel]` for optional OpenTelemetry support (#821)
9+
- **Cascading session deletion**: `delete_session()` now removes the sibling subagent transcript directory alongside the session file, matching TypeScript SDK behavior (#805)
10+
11+
### Bug Fixes
12+
13+
- **Empty setting sources**: Fixed `setting_sources=[]` being silently dropped (treated as falsy), which caused the CLI to load default settings instead of disabling all filesystem settings. An empty list now correctly passes `--setting-sources=` to disable all sources (#822)
14+
15+
### Internal/Other Changes
16+
17+
- Updated bundled Claude CLI to version 2.1.111
18+
319
## 0.1.59
420

521
### Internal/Other Changes

0 commit comments

Comments
 (0)