Skip to content

chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.241 - #294

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile
Open

chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.241#294
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@anthropic-ai/claude-agent-sdk 0.3.2200.3.241 age confidence

Release Notes

anthropics/claude-agent-sdk-typescript (@​anthropic-ai/claude-agent-sdk)

v0.3.241

Compare Source

  • Updated to parity with Claude Code v2.1.241

v0.3.240

Compare Source

  • Updated to parity with Claude Code v2.1.240

v0.3.239

Compare Source

  • total_cost_usd / modelUsage.costUSD now include the 1.1× US-only-inference (data residency) multiplier when the response reports inference_geo: "us"
  • A result held back for background subagents in one-shot mode now reports total_cost_usd, duration_api_ms and modelUsage as of its release, not the turn-end snapshot
  • Fixed SYSTEM_PROMPT_DYNAMIC_BOUNDARY in an array systemPrompt being sent to the model as literal text on Bedrock, Vertex, Foundry, and gateway providers
  • A repeated initialize on a running process is now followed by a background_tasks_changed snapshot of the live background tasks, so reconnecting hosts see work that is still running

v0.3.238

Compare Source

  • Added is_backgrounded and spawn_depth to task_started events for subagent tasks (is_backgrounded also on background Bash tasks)
  • Added suppressOriginalPrompt to UserPromptExpansion hook output, matching UserPromptSubmit
  • Added command_lifecycle state refused: a cross-session peer message the session's receive-side policy declines now reports this terminal state instead of producing no lifecycle frames
  • Fixed SDK hook callbacks silently not applying after a host re-sends initialize to an already-running CLI; the response now reports hooks_applied
  • Fixed CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION=true not keeping prompt_suggestion messages on when the account is near, but not over, its usage limit
  • Changed vcs_state_changed push events to emit one event per pushed branch

v0.3.237

Compare Source

  • Updated to parity with Claude Code v2.1.237

v0.3.236

Compare Source

  • PostToolUse hooks can return hookSpecificOutput.classifierContext, a short host-asserted note about a tool call's result that the auto mode permission classifier reads alongside that result

v0.3.235

Compare Source

  • Updated to parity with Claude Code v2.1.235

v0.3.234

Compare Source

  • Removed unused bypass_permissions_disabled from ExitReason type; the value was never emitted — TypeScript consumers with an explicit case branch get a compile error on upgrade (runtime unaffected)
  • Updated the ApiKeySource type to include the values system/init actually reports (ANTHROPIC_API_KEY, apiKeyHelper, /login managed key, none)
  • vcs_state_changed events report the directory the shell finished in (an inner cd is reflected)
  • A peer origin injected by the host may declare the sending session's permission class (fromMode) so a same-class message is delivered to a recipient that runs without asking
  • SDKSystemMessage (system/init) gains an optional effort field: the session's applied effort level, or null when none is sent. Set on Remote Control bridge init frames

v0.3.233

Compare Source

  • Notification hooks now fire for pending permission prompts on the SDK path, matching the interactive REPL behavior
  • Todo/task-tracking tools (TaskCreate/TaskGet/TaskUpdate/TaskList, TodoWrite) are no longer in the default tool surface on Opus 4.8, Sonnet 5, Fable 5, Mythos 5, and newer models; name them in the tools option or reference them in allowedTools (or set CLAUDE_CODE_ENABLE_TODO_TOOLS=1) to keep them

v0.3.232

Compare Source

  • Subagent MCP tool_result frames whose result carries _meta now emit tool_use_result as { content, _meta } (matching main-loop frames) instead of a bare value
  • /context result messages now carry a structured context_usage payload (new SDKContextUsage type), so consumers can render the context-usage card without parsing the markdown table
  • vcs_state_changed events now populate the branch field for push operations, sourced from the pushed ref

v0.3.231

Compare Source

  • Updated to parity with Claude Code v2.1.231

v0.3.229

Compare Source

  • Added terminal_slash_commands to the system init message so Remote Control clients can hide terminal-oriented commands
  • Changed conversations whose messages alone exceed the API's 32 MB limit to end the turn with terminal_reason "api_error" instead of "image_error"; StopFailure error_details is "request_body_over_limit: …"

v0.3.228

Compare Source

  • Agent tool results (AgentOutput): usage.output_tokens_details is now carried through

v0.3.227

Compare Source

  • Updated to parity with Claude Code v2.1.227

v0.3.226

Compare Source

  • Updated to parity with Claude Code v2.1.226

v0.3.225

Compare Source

  • Fixed background subagents in headless/SDK sessions never resuming when a background shell command or Monitor they left running completed, so the subagent never saw the result

v0.3.224

Compare Source

  • Added crossSessionInbound and dialogExpiry settings: cross-session messages sent to a session running with bypassed permissions are held for your approval, and messages to other sessions auto-deliver
  • Added subkind: 'peer-send-message' to the task-notification member of SDKMessageOrigin, marking a notification raised by a cross-session SendMessage
  • Added source: 'archive' plugin config variant to Settings, with url and optional sha256, for installing plugins from a zip over HTTPS
  • Added sandbox credential-masking fields to Settings: decode: 'jwt' with maskClaims, extract/onExtractNoMatch on envVars, and awsPairs/sigv4 for AWS SigV4 re-signing
  • Fixed long (>200 char) project paths resolving to another project's session directory under a shared sanitized prefix; session list/get/rename/tag/fork/delete and /resume no longer cross projects

v0.3.223

Compare Source

  • Added resumeDropsTurn option: with resumeSessionAt, declares the turn a truncating resume intends to drop; the CLI refuses the resume if anything else would be discarded
  • Result messages for repeated 529 overload failures now include api_error_status: 529, so SDK consumers can detect overload terminations structurally instead of matching message text
  • Bare headless (-p / SDK query() without canUseTool) now emits system/permission_denied stream events when a tool call is auto-denied
  • Documented usage vs modelUsage on stream-json results: usage is main-loop-only and per-turn; modelUsage is cumulative, covers all query-pipeline calls, and is the field for cost accounting

v0.3.222

Compare Source

  • Fixed query({ sessionStore, resume }) not carrying user settings.json (apiKeyHelper, env, hooks, permissions) into the resumed subprocess

v0.3.221

Compare Source

  • Improved skills option validation: malformed names (delimiters or control characters) and wildcard-form names are rejected with a clear error; use skills: 'all' to enable every skill
  • Fixed external MCP servers passed via the mcpServers option not being connected before the first turn, which caused the model to emit tool calls as literal text

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Tessl Plugin Lint

⚠️ stardust — 9 warning(s)
⚠ Skill 'extract': SKILL.md is approximately 9367 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'direct': SKILL.md is approximately 11694 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'prototype': SKILL.md is approximately 17875 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'migrate': SKILL.md is approximately 6239 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'uplift': SKILL.md is approximately 6515 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'audit': SKILL.md is approximately 5269 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'reskin': SKILL.md is approximately 5906 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'deploy': SKILL.md is approximately 35508 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.
⚠ Skill 'rollout': SKILL.md is approximately 6779 tokens (recommended maximum: 5000). Consider moving detailed content to separate reference files.

✔ Plugin adobe/stardust@0.18.1 is valid

✅ All 1 plugin(s) lint passed with 9 warning(s) total.

Updated by tessl-lint for commit ee62d1b.

@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.221 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.222 Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 6ce3ed1 to fc09243 Compare August 4, 2026 23:43
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.222 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.223 Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from fc09243 to c263593 Compare August 6, 2026 03:35
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.223 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.224 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from c263593 to 0416fa3 Compare August 7, 2026 07:40
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.224 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.225 Aug 8, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 0416fa3 to 66e4daf Compare August 8, 2026 02:48
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.225 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.226 Aug 8, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 66e4daf to 5d15f72 Compare August 8, 2026 06:38
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.226 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.227 Aug 11, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 5d15f72 to 19756c4 Compare August 11, 2026 00:09
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.227 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.228 Aug 12, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 19756c4 to 5da3f16 Compare August 12, 2026 04:32
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 5da3f16 to 57eb4fe Compare August 13, 2026 00:02
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.228 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.229 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 57eb4fe to c6d1f0d Compare August 13, 2026 15:48
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.229 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.231 Aug 13, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from c6d1f0d to a2ce09b Compare August 14, 2026 05:48
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.232 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.233 Aug 15, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from a2ce09b to 8e7d393 Compare August 15, 2026 03:28
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.233 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.234 Aug 17, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 8e7d393 to 3c28ae9 Compare August 17, 2026 23:36
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 3c28ae9 to ae07750 Compare August 18, 2026 23:54
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.234 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.235 Aug 18, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.235 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.236 Aug 19, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from ae07750 to 551e170 Compare August 19, 2026 22:03
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 551e170 to 64837de Compare August 20, 2026 02:22
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.236 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.237 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 64837de to 45dcc29 Compare August 20, 2026 23:25
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.237 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.238 Aug 20, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.238 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.239 Aug 21, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 45dcc29 to 85bc61a Compare August 21, 2026 23:35
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.239 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.240 Aug 22, 2026
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 85bc61a to 2feb0fc Compare August 22, 2026 15:39
@renovate
renovate Bot force-pushed the renovate/anthropic-ai-claude-agent-sdk-0.x-lockfile branch from 2feb0fc to 41b3d18 Compare August 23, 2026 03:38
@renovate renovate Bot changed the title chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.240 chore(deps): update dependency @anthropic-ai/claude-agent-sdk to v0.3.241 Aug 23, 2026
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