Skip to content

Bump @anthropic-ai/claude-agent-sdk from 0.2.76 to 0.2.92 in /apps/desktop#129

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/anthropic-ai/claude-agent-sdk-0.2.92
Open

Bump @anthropic-ai/claude-agent-sdk from 0.2.76 to 0.2.92 in /apps/desktop#129
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/apps/desktop/anthropic-ai/claude-agent-sdk-0.2.92

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2026

Bumps @anthropic-ai/claude-agent-sdk from 0.2.76 to 0.2.92.

Release notes

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

v0.2.92

What's changed

  • Updated to parity with Claude Code v2.1.92

Update

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

v0.2.91

What's changed

  • Added optional terminal_reason field to result messages, exposing why the query loop terminated (completed, aborted_tools, max_turns, blocking_limit, etc.)
  • Added 'auto' to the public PermissionMode type
  • Changed sandbox option to default failIfUnavailable to true when enabled: true is passed — query() will emit an error result and exit if sandbox dependencies are missing, instead of silently running unsandboxed. Set failIfUnavailable: false to allow graceful degradation.
  • Updated to parity with Claude Code v2.1.91

Update

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

v0.2.90

What's changed

  • Updated to parity with Claude Code v2.1.90

Update

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

... (truncated)

Changelog

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

0.2.92

  • Updated to parity with Claude Code v2.1.92

0.2.91

  • Added optional terminal_reason field to result messages, exposing why the query loop terminated (completed, aborted_tools, max_turns, blocking_limit, etc.)
  • Added 'auto' to the public PermissionMode type
  • Changed sandbox option to default failIfUnavailable to true when enabled: true is passed — query() will emit an error result and exit if sandbox dependencies are missing, instead of silently running unsandboxed. Set failIfUnavailable: false to allow graceful degradation.
  • Updated to parity with Claude Code v2.1.91

0.2.90

  • Updated to parity with Claude Code v2.1.90

0.2.89

  • Added startup() to pre-warm the CLI subprocess before query(), making the first query ~20x faster when startup cost can be paid upfront
  • Added includeSystemMessages option to getSessionMessages() to optionally include system messages in session history
  • Added listSubagents() and getSubagentMessages() functions to retrieve subagent conversation history from sessions
  • Added includeHookEvents option to enable hook lifecycle messages (hook_started, hook_progress, hook_response) for all hook event types
  • Fixed ERR_STREAM_WRITE_AFTER_END errors when single-turn queries with SDK MCP servers or hooks have control responses arriving after the result message
  • Fixed Zod v4 field .describe() metadata being dropped from createSdkMcpServer tool schemas
  • Fixed side_question returning null on resume before the first turn completes
  • Fixed settingSources empty array causing --setting-sources "" to consume the next CLI flag
  • Fixed error result messages (error_during_execution, error_max_turns, error_max_budget_usd) to correctly set is_error: true with descriptive messages
  • Fixed MCP servers getting permanently stuck in a failed state after a connection race — they now retry on the next message

0.2.87

  • Updated to parity with Claude Code v2.1.87

0.2.86

  • Added getContextUsage() control method to retrieve a breakdown of context window usage by category
  • Made session_id optional in SDKUserMessage type — callers no longer need to provide a session ID when sending user messages, as the SDK assigns one automatically
  • Fixed TypeScript types resolving to any by adding @anthropic-ai/sdk and @modelcontextprotocol/sdk as dependencies
  • Updated to parity with Claude Code v2.1.86

0.2.85

  • Added reloadPlugins() SDK method to reload plugins and receive refreshed commands, agents, and MCP server status
  • Fixed PreToolUse hooks with permissionDecision: "ask" being ignored in SDK mode
  • Updated to parity with Claude Code v2.1.85

0.2.84

  • Added taskBudget option for API-side token budget awareness, allowing the model to pace tool use within a token limit
  • Added enableChannel() method and capabilities field on McpServerStatus for SDK-driven MCP channel activation
  • Exported EffortLevel type ('low' | 'medium' | 'high' | 'max') for consumers to reference effort values directly

... (truncated)

Commits
  • 4d9db79 chore: Update CHANGELOG.md
  • 6f58cdf chore: Update CHANGELOG.md
  • 3cdcd33 chore: Update CHANGELOG.md
  • 29e6edf chore: Update CHANGELOG.md
  • d7cc5d9 chore: Update CHANGELOG.md
  • 948afef Read issue number from workflow event in edit-issue-labels.sh (#258)
  • 0a660e8 chore: Update CHANGELOG.md
  • af1bd53 chore: Update CHANGELOG.md
  • 86b848b chore: Update CHANGELOG.md
  • 0f3a95b chore: Update CHANGELOG.md
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 4, 2026
@dependabot dependabot bot requested a review from arul28 as a code owner April 4, 2026 02:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 4, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ade Ready Ready Preview, Comment Apr 9, 2026 5:36am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/anthropic-ai/claude-agent-sdk-0.2.92 branch from bec64fd to e87593a Compare April 8, 2026 01:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/anthropic-ai/claude-agent-sdk-0.2.92 branch from e87593a to 2a8e9d9 Compare April 8, 2026 02:33
Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.76 to 0.2.92.
- [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.76...v0.2.92)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/apps/desktop/anthropic-ai/claude-agent-sdk-0.2.92 branch from 2a8e9d9 to b06296d Compare April 9, 2026 05:35
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.

0 participants