Skip to content
Merged
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
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

All notable changes to this project will be documented in this file.

<!-- ## [Unreleased] -->
## [Unreleased]

### Features

- **Agent SDK 0.3.270 migration** (#378, @srothgan): Upgrade to Agent SDK `0.3.270`, honor permission safety hints and SDK-controlled Task and Todo availability, hold cache-invalidating plugin reloads behind explicit confirmation, and render staged writes, project memory, and expanded Artifact metadata.

### Fixes

- **Prompt suggestion lifecycle** (#377, @srothgan): Clear the SDK prompt suggestion only after a prompt is dispatched or queued, so local slash commands, rejected submissions, and send failures keep it visible.

## [0.14.6] - 2026-09-02 [Changes][v0.14.6]

Expand Down
72 changes: 36 additions & 36 deletions agent-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agent-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node": ">=24"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.3.258"
"@anthropic-ai/claude-agent-sdk": "0.3.270"
},
"devDependencies": {
"@biomejs/biome": "2.5.12",
Expand Down
Loading