Skip to content

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.91 to 0.2.122 in /examples/claude-cli#110

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/claude-cli/anthropic-ai/claude-agent-sdk-0.2.118
Closed

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.91 to 0.2.122 in /examples/claude-cli#110
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/claude-cli/anthropic-ai/claude-agent-sdk-0.2.118

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps @anthropic-ai/claude-agent-sdk from 0.2.91 to 0.2.122.

Release notes

Sourced from @​anthropic-ai/claude-agent-sdk's releases.

v0.2.122

What's changed

  • Updated to parity with Claude Code v2.1.122

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.122
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.122
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.122
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.122

v0.2.121

What's changed

  • Added updatedToolOutput to PostToolUseHookSpecificOutput for replacing tool output on all tools. updatedMCPToolOutput is deprecated.

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.121
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.121
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.121
# or
bun add @anthropic-ai/claude-agent-sdk@0.2.121

v0.2.119

What's changed

  • excludeDynamicSections now keeps static auto-memory instructions in the cacheable system-prompt block; only the per-user memory directory path and per-machine environment values are relocated to the first user message
  • Long-running SDK sessions now reconnect claude.ai-proxied MCP servers after a transport-stream abort
  • SessionStore.append() failures are now retried up to 3 times with short backoff before the batch is dropped and mirror_error is emitted

Update

npm install @anthropic-ai/claude-agent-sdk@0.2.119
# or
yarn add @anthropic-ai/claude-agent-sdk@0.2.119
# or
pnpm add @anthropic-ai/claude-agent-sdk@0.2.119
# or
</tr></table> 

... (truncated)

Changelog

Sourced from @​anthropic-ai/claude-agent-sdk's changelog.

0.2.122

  • Updated to parity with Claude Code v2.1.122

0.2.121

  • Added updatedToolOutput to PostToolUseHookSpecificOutput for replacing tool output on all tools. updatedMCPToolOutput is deprecated.

0.2.120

  • Added skills option (string[] | 'all') to control which Skills are loaded into the main session, matching the Python SDK

0.2.119

  • Added forwardSubagentText option to stream subagent text deltas to SDK consumers
  • excludeDynamicSections now keeps static auto-memory instructions in the cacheable system-prompt block; only the per-user memory directory path and per-machine environment values are relocated to the first user message
  • Long-running SDK sessions now reconnect claude.ai-proxied MCP servers after a transport-stream abort
  • SessionStore.append() failures are now retried up to 3 times with short backoff before the batch is dropped and mirror_error is emitted

0.2.118

  • Added Options.managedSettings for embedders to pass policy-tier settings to the spawned CLI in-memory, honored below IT-controlled managed sources

0.2.117

  • Updated to parity with Claude Code v2.1.117

0.2.116

  • Updated to parity with Claude Code v2.1.116

0.2.115

  • Updated to parity with Claude Code v2.1.115

0.2.114

  • Updated to parity with Claude Code v2.1.114

0.2.113

  • Changed the SDK to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript
  • Added sessionStore option (alpha) to query() and session helpers for mirroring session transcripts to external storage, with SessionStore/SessionKey/SessionStoreEntry types, InMemorySessionStore reference implementation, and importSessionToStore() for migrating existing sessions
  • Added deleteSession() for removing a session from disk or a SessionStore
  • Added SDKMirrorErrorMessage (subtype: 'mirror_error') to the SDKMessage union — emitted when a sessionStore.append() batch fails
  • Breaking: options.env once again replaces process.env for the CLI subprocess instead of overlaying it. To add or override individual variables, pass env: { ...process.env, MY_VAR: "x" }
  • Added title option to query() — sets the session title and skips auto-generation
  • Added OpenTelemetry trace context propagation — the caller's active trace context is forwarded to the CLI subprocess so spans parent under your distributed trace

0.2.112

... (truncated)

Commits
  • 5f07f15 chore: Update CHANGELOG.md
  • 49b6b0e chore: Update CHANGELOG.md
  • 2b1ffcc chore: Update CHANGELOG.md
  • 48de067 chore: Update CHANGELOG.md
  • 76d1dec chore: Update CHANGELOG.md
  • e1721a4 chore: Update CHANGELOG.md
  • b3623dc chore: Update CHANGELOG.md
  • b917684 chore: Update CHANGELOG.md
  • f9b4a29 chore: Update CHANGELOG.md
  • 0e9214d examples: add S3, Redis, Postgres SessionStore reference adapters (#288)
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.91 to 0.2.122.
- [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-typescript@v0.2.91...v0.2.122)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/claude-agent-sdk"
  dependency-version: 0.2.118
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.91 to 0.2.118 in /examples/claude-cli chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.91 to 0.2.122 in /examples/claude-cli Apr 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/claude-cli/anthropic-ai/claude-agent-sdk-0.2.118 branch from 9e85202 to 98d5c2a Compare April 29, 2026 00:15
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Superseded by #115.

@dependabot dependabot Bot closed this Apr 30, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/examples/claude-cli/anthropic-ai/claude-agent-sdk-0.2.118 branch April 30, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants