Skip to content

build(deps): bump claude-agent-sdk from 0.2.139 to 0.2.144 in /claude-agent-sdk - #204

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144
Aug 28, 2026
Merged

build(deps): bump claude-agent-sdk from 0.2.139 to 0.2.144 in /claude-agent-sdk#204
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps claude-agent-sdk from 0.2.139 to 0.2.144.

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.144

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.246

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.144/

pip install claude-agent-sdk==0.2.144

v0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.143/

pip install claude-agent-sdk==0.2.143

v0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

PyPI: https://pypi.org/project/claude-agent-sdk/0.2.142/

pip install claude-agent-sdk==0.2.142

v0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.144

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.246

0.2.143

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.238

0.2.142

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.237

0.2.141

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.236

0.2.140

New Features

  • MCP 2.x support for in-process SDK MCP servers: The SDK now supports mcp 2.x alongside 1.x (dependency widened to mcp>=1.23.0,<3.0.0). In-process servers are served over mcp's own in-memory transport instead of hand-rolled JSON-RPC dispatch, so hand-built mcp.server.Server instances now work at full fidelity — resources, prompts, and all result content types reach the CLI verbatim. Tool cancellation on interrupt is supported on mcp 2.x. claude_agent_sdk.ToolAnnotations accepts both camelCase and snake_case hint names on every mcp version (#1218)
  • forward_subagent_text option: New forward_subagent_text boolean on ClaudeAgentOptions forwards a subagent's text and thinking blocks as messages in the stream, so consumers can render the full nested transcript. Matches the TypeScript SDK's forwardSubagentText (#1206)
  • ResultError exception with structured error payload: When the CLI exits after a terminal error result, the SDK now raises ResultError (a subclass of ProcessError) instead of a bare "exit code 1" error. Carries subtype, errors, result, api_error_status, terminal_reason, session_id, and the raw data dict so callers can branch on failure reason without string matching. New exported types: ResultError (#1205)
  • can_use_tool callback support for query() and string prompts: The can_use_tool permission callback now works with string prompts (not just ClaudeSDKClient), and stdin is kept open so the CLI can send permission requests over the control protocol (#1204)

Bug Fixes

  • Recover parent_tool_use_id when reading subagent transcripts: get_subagent_messages() and get_subagent_messages_from_store() now recover the parent_tool_use_id from the subagent's metadata, linking each subagent's messages to the Agent tool_use block in the parent session. SessionMessage also gains a parent_agent_id field for the spawning agent's id (#1207)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.235
Commits
  • 24956bb docs: update changelog for v0.2.144
  • f8d0152 chore: release v0.2.144
  • a4c72e4 chore: bump bundled CLI version to 2.1.246
  • 15af77c chore: bump bundled CLI version to 2.1.245
  • 21b93c1 chore: bump bundled CLI version to 2.1.241
  • d867f48 chore: bump bundled CLI version to 2.1.243
  • 542fefb chore: bump bundled CLI version to 2.1.241
  • e8bde60 chore: bump bundled CLI version to 2.1.240
  • bc0c9af chore: bump bundled CLI version to 2.1.239
  • 22795fe docs: update changelog for v0.2.143
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 28, 2026 08:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels Aug 28, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 28, 2026 08:07
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from 6502818 to cd3c999 Compare August 28, 2026 08:09
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from cd3c999 to 3f4f4d8 Compare August 28, 2026 08:11
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from 3f4f4d8 to ccbfe98 Compare August 28, 2026 08:14
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from ccbfe98 to 5d1584d Compare August 28, 2026 08:17
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from 5d1584d to 2f42380 Compare August 28, 2026 08:19
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from 2f42380 to 5c5ea15 Compare August 28, 2026 08:21
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.2.139 to 0.2.144.
- [Release notes](https://github.com/anthropics/claude-agent-sdk-python/releases)
- [Changelog](https://github.com/anthropics/claude-agent-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/claude-agent-sdk-python@v0.2.139...v0.2.144)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.144
  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/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch from 5c5ea15 to 951a44b Compare August 28, 2026 08:24
@github-actions
github-actions Bot merged commit 798996e into main Aug 28, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.144 branch August 28, 2026 08:24
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 pip

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants