Skip to content

chore(deps-dev): bump claude-agent-sdk from 0.2.135 to 0.2.138 - #147

Merged
amrit110 merged 1 commit into
mainfrom
dependabot/uv/claude-agent-sdk-0.2.138
Aug 18, 2026
Merged

chore(deps-dev): bump claude-agent-sdk from 0.2.135 to 0.2.138#147
amrit110 merged 1 commit into
mainfrom
dependabot/uv/claude-agent-sdk-0.2.138

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps claude-agent-sdk from 0.2.135 to 0.2.138.

Release notes

Sourced from claude-agent-sdk's releases.

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

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

pip install claude-agent-sdk==0.2.137

v0.2.136

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.228

... (truncated)

Changelog

Sourced from claude-agent-sdk's changelog.

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
  • 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
  • be2d0df Add resume_session_at / resume_drops_turn for truncating resume (#1198)
  • d48fa33 Surface message origin on UserMessage and ResultMessage (#1199)
  • b4d65f5 Seed user settings.json into the temp config dir on SessionStore resume (#1197)
  • 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 python:uv Pull requests that update python:uv code labels Aug 17, 2026
Bumps [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) from 0.2.135 to 0.2.138.
- [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.138)

---
updated-dependencies:
- dependency-name: claude-agent-sdk
  dependency-version: 0.2.138
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@amrit110
amrit110 force-pushed the dependabot/uv/claude-agent-sdk-0.2.138 branch from a26c480 to 8491c16 Compare August 18, 2026 00:21
@amrit110
amrit110 merged commit c55bbdc into main Aug 18, 2026
2 checks passed
@amrit110
amrit110 deleted the dependabot/uv/claude-agent-sdk-0.2.138 branch August 18, 2026 00:22
@codecov

codecov Bot commented Aug 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.07%. Comparing base (56a90dc) to head (8491c16).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          10       10           
  Lines         646      646           
=======================================
  Hits          640      640           
  Misses          6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amrit110

Copy link
Copy Markdown
Member

Automated fix applied and PR merged

The agentic fix loop successfully fixed this PR and merged it.

✓ Successfully fixed merge_only failures - Modified 0 files - Executed 84 agent actions - (39 info, 20 tool_call, 6 error, 14 tool_result, 5 reasoning)

View detailed trace on dashboard | Raw trace

AI Engineering Maintenance Bot

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant