Skip to content

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.109 to 0.2.119 in /app/sidecar#459

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/sidecar/anthropic-ai/claude-agent-sdk-0.2.119
Closed

chore(deps): bump @anthropic-ai/claude-agent-sdk from 0.2.109 to 0.2.119 in /app/sidecar#459
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/app/sidecar/anthropic-ai/claude-agent-sdk-0.2.119

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @anthropic-ai/claude-agent-sdk from 0.2.109 to 0.2.119.

Release notes

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

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
bun add @anthropic-ai/claude-agent-sdk@0.2.119

v0.2.118

What's changed

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

Update

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

v0.2.117

What's changed

  • Updated to parity with Claude Code v2.1.117

Update

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

... (truncated)

Changelog

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

0.2.119

  • 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

  • Updated to parity with Claude Code v2.1.112

0.2.111

  • Opus 4.7 is now available! This version of the SDK is required to use it.
  • mcp_set_servers control request: remote (http/sse) server entries can now carry per-tool permission_policy values, which are applied to the session's allow/deny rules
  • startup() and WarmQuery are now part of the public TypeScript API
  • Changed options.env to overlay the inherited process.env instead of replacing it

0.2.110

  • Fixed unstable_v2_createSession not respecting cwd, settingSources, and allowDangerouslySkipPermissions options

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.109 to 0.2.119.
- [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.109...v0.2.119)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 24, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 24, 2026 19:45
hbanerjee74 added a commit that referenced this pull request Apr 28, 2026
Replaces individual dependabot PRs #416, #418, #420, #421, #422, #446, #447,
#448, #450, #452, #453, #454, #457 with a single combined update.

npm (app):
- @tanstack/react-router 1.168.22 -> 1.168.23
- @tiptap/starter-kit 3.22.3 -> 3.22.4
- @tiptap/extension-placeholder 3.22.3 -> 3.22.4
- typescript 6.0.2 -> 6.0.3 (dev)
- protobufjs 8.0.0 -> 8.0.3 (transitive, dev)

cargo (app/src-tauri):
- rand 0.8 -> 0.9 (manifest); transitive shuffle/SeedableRng API unchanged
- tokio 1.50.0 -> 1.51.1
- tauri-plugin-dialog 2.6.0 -> 2.7.0
- semver 1.0.27 -> 1.0.28
- zip 8.3.0 -> 8.6.0

GitHub Actions:
- actions/upload-pages-artifact 4 -> 5
- softprops/action-gh-release 2 -> 3

PR #459 (@anthropic-ai/claude-agent-sdk 0.2.119) is intentionally excluded:
the SDK changed its package layout (no cli.js / vendor/) and requires a
sidecar build.js rewrite — handled separately.

Verified: cargo check, npx tsc --noEmit (frontend), sidecar build.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hbanerjee74

Copy link
Copy Markdown
Contributor

Superseded by #466 — the SDK's package layout changed in 0.2.116 (native binary in platform-specific optional dep), which required a sidecar build.js rewrite and Rust resolver update. Both are in #466.

auto-merge was automatically disabled April 28, 2026 12:34

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Apr 28, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/app/sidecar/anthropic-ai/claude-agent-sdk-0.2.119 branch April 28, 2026 12:34
hbanerjee74 added a commit that referenced this pull request Apr 28, 2026
…466)

* chore(sidecar): upgrade @anthropic-ai/claude-agent-sdk to 0.2.121

The SDK switched its package layout starting in 0.2.116:
the previous JS runtime (cli.js + vendor/ + wasm) was replaced with
a native `claude` binary shipped in a platform-specific optional dep
(@anthropic-ai/claude-agent-sdk-{platform}-{arch}).

Adapt the sidecar build and the Rust resolver:

- app/sidecar/build.js: copy the host's native binary from the matching
  optional dep into dist/sdk/claude (or claude.exe on Windows). Probe
  glibc and musl variants on Linux.
- app/src-tauri/src/agents/sidecar.rs: resolve_sdk_cli_path now looks
  for `claude` / `claude.exe` and is passed through to the SDK as
  `pathToClaudeCodeExecutable` (no behaviour change downstream).
- Update the diagnostic detail label and matching e2e/test mocks.

Verified:
- cd app/sidecar && npm run build (produces dist/sdk/claude, runs --version)
- cd app && npx tsc --noEmit
- cd app/sidecar && npx vitest run (350 passed)
- cd app && npm run test:agents:structural (51 passed)
- cargo check --manifest-path app/src-tauri/Cargo.toml
- cargo test --lib agents::sidecar (47 passed)

Supersedes #459.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* fix(rust): clippy unnecessary_sort_by + cargo-audit rustls-webpki

Rust 1.95 clippy added the `unnecessary_sort_by` lint, which fails
two pre-existing call sites on `cargo clippy -- -D warnings`. Switch
to `sort_by_key(... Reverse(...))` per the lint suggestion.

Also bump rustls-webpki 0.103.10 -> 0.103.13 to clear three RUSTSEC
2026 advisories that fail the cargo-audit gate. No API surface change.

Verified locally with cargo clippy and cargo check.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant