Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Upgrade `@anthropic-ai/claude-agent-sdk` from `^0.2.136` to `^0.3.220`. No source changes are required: the adapter treats SDK messages as `Record<string, unknown>` behind safe accessors, and tool names (including the new `TaskCreate`/`TaskUpdate`/`TaskGet`/`TaskList` tools that replace the deprecated `TodoWrite`) pass through as opaque strings. The SDK's `0.3.143` move of `@anthropic-ai/sdk` and `@modelcontextprotocol/sdk` to peer dependencies does not affect this package, which imports no types from those packages.

### Added

- Value-level telemetry redaction: `TelemetryConfig` now accepts an optional
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.136",
"@anthropic-ai/claude-agent-sdk": "^0.3.220",
"@langfuse/client": "^5.3.0",
"@langfuse/otel": "^5.3.0",
"@langfuse/tracing": "^5.3.0",
Expand Down
Loading
Loading