Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps claude-agent-sdk from 0.2.135 to 0.2.139.

Release notes

Sourced from claude-agent-sdk's releases.

v0.2.139

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.233

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

pip install claude-agent-sdk==0.2.139

v0.2.138

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.232

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

pip install claude-agent-sdk==0.2.138

v0.2.137

New Features

  • ConversationResetMessage for conversation reset events: The SDK now surfaces the CLI's conversation_reset frame as a ConversationResetMessage dataclass, letting applications detect when a /clear or other transcript-discarding flow resets the conversation mid-session. Includes new_conversation_id, uuid, and session_id fields. This widens the Message union — code that exhaustively matches with assert_never will need updating (#1196)
  • Message origin on UserMessage and ResultMessage: New origin: MessageOrigin | None field on UserMessage and ResultMessage surfaces why a turn was initiated — distinguishing application-submitted prompts ("human") from background-task notifications, scheduled triggers, peer messages, and other session-injected turns. New exported types: MessageOrigin, MessageOriginKind, TaskNotificationOriginSubkind (#1199)
  • resume_session_at / resume_drops_turn options for truncating resume: ClaudeAgentOptions now supports resume_session_at (fork a session at an earlier transcript entry) and resume_drops_turn (validate that only entries from a specific turn are discarded). Enables safe rewind-to-before-last-prompt without silently dropping unobserved messages (#1198)

Bug Fixes

  • Seed settings.json into temp config dir on SessionStore resume: Resuming from a SessionStore now copies settings.json and cowork_settings.json into the temporary config directory, preserving apiKeyHelper auth, user hooks, env vars, and permissions. Previously, hosts authenticating solely via apiKeyHelper would fail with "Not logged in" on resume (#1197)
  • Improved error messages for failed resume: When the CLI rejects a resume (e.g. nonexistent session or resume_drops_turn guard failure), pending control requests like initialize() now receive the actual error text instead of a generic "Command failed with exit code 1" (#1198)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.229

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

0.2.139

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.233

0.2.138

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.232

0.2.137

New Features

  • ConversationResetMessage for conversation reset events: The SDK now surfaces the CLI's conversation_reset frame as a ConversationResetMessage dataclass, letting applications detect when a /clear or other transcript-discarding flow resets the conversation mid-session. Includes new_conversation_id, uuid, and session_id fields. This widens the Message union — code that exhaustively matches with assert_never will need updating (#1196)
  • Message origin on UserMessage and ResultMessage: New origin: MessageOrigin | None field on UserMessage and ResultMessage surfaces why a turn was initiated — distinguishing application-submitted prompts ("human") from background-task notifications, scheduled triggers, peer messages, and other session-injected turns. New exported types: MessageOrigin, MessageOriginKind, TaskNotificationOriginSubkind (#1199)
  • resume_session_at / resume_drops_turn options for truncating resume: ClaudeAgentOptions now supports resume_session_at (fork a session at an earlier transcript entry) and resume_drops_turn (validate that only entries from a specific turn are discarded). Enables safe rewind-to-before-last-prompt without silently dropping unobserved messages (#1198)

Bug Fixes

  • Seed settings.json into temp config dir on SessionStore resume: Resuming from a SessionStore now copies settings.json and cowork_settings.json into the temporary config directory, preserving apiKeyHelper auth, user hooks, env vars, and permissions. Previously, hosts authenticating solely via apiKeyHelper would fail with "Not logged in" on resume (#1197)
  • Improved error messages for failed resume: When the CLI rejects a resume (e.g. nonexistent session or resume_drops_turn guard failure), pending control requests like initialize() now receive the actual error text instead of a generic "Command failed with exit code 1" (#1198)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.229

0.2.136

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.228
Commits
  • d416278 docs: update changelog for v0.2.139
  • 8459297 chore: release v0.2.139
  • bb89b3d chore: bump bundled CLI version to 2.1.233
  • 961aff8 docs: update changelog for v0.2.138
  • 35dc179 chore: release v0.2.138
  • a7b8216 chore: bump bundled CLI version to 2.1.232
  • 0ef19b3 chore: bump bundled CLI version to 2.1.231
  • d24e8ff docs: update changelog for v0.2.137
  • e65cf8c chore: release v0.2.137
  • e2298aa chore: bump bundled CLI version to 2.1.229
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels Aug 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 21, 2026 08:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file pip labels Aug 21, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 21, 2026 08:07
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from b6776c9 to cde1ec6 Compare August 21, 2026 08:09
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from cde1ec6 to e73055b Compare August 21, 2026 08:12
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from e73055b to 05adfd7 Compare August 21, 2026 08:14
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from 05adfd7 to 4f8b0ef Compare August 21, 2026 08:16
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from 4f8b0ef to a1e2b78 Compare August 21, 2026 08:19
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from a1e2b78 to 6859794 Compare August 21, 2026 08:21
@dependabot
dependabot Bot force-pushed the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch from 6859794 to 38e22de Compare August 21, 2026 08:24
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.2.135 to 0.2.139.
- [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.135...v0.2.139)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.139
  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.139 branch from 38e22de to 4f6cad4 Compare August 21, 2026 08:26
@github-actions
github-actions Bot merged commit a6a7891 into main Aug 21, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/claude-agent-sdk/claude-agent-sdk-0.2.139 branch August 21, 2026 08:27
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