Skip to content

Commit ed0e6b4

Browse files
deps(runner): bump claude-agent-sdk 0.1.77 (#1533)
## SDK Version Bump - `claude-agent-sdk`: 0.1.76 -> 0.1.77 ### TL;DR - **1 migration(s) required** (deprecated APIs — see Action Items) - 0 new feature(s), 1 bug fix(es) ## Action Items - **MIGRATE** — **Deprecated `"Skill"` in `allowed_tools` in favor of the `skills` option on `C...** (`claude-agent-sdk` v0.1.77): Deprecated `"Skill"` in `allowed_tools` in favor of the `skills` option on `ClaudeAgentOptions`, which provides more... <details><summary><strong>Bug Fixes</strong> (1)</summary> - **Actionable error messages after error results** (`claude-agent-sdk` 0.1.77): Replaced the generic `Command failed with exit code 1` exception raised after an error result with one carrying the r... </details> <details><summary><strong>Bundled Claude CLI Versions</strong> (1)</summary> | SDK Version | CLI Version | |-------------|-------------| | 0.1.77 | 2.1.133 | </details> <details><summary>Internal changes: <code>claude-agent-sdk</code> (1)</summary> - Updated bundled Claude CLI to version 2.1.133 (0.1.77) </details> --- _Automated by `.github/workflows/sdk-version-bump.yml`_ Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent ecff69a commit ed0e6b4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

components/runners/ambient-runner/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
[project.optional-dependencies]
2525
claude = [
2626
"anthropic[vertex]>=0.100.0",
27-
"claude-agent-sdk>=0.1.76",
27+
"claude-agent-sdk>=0.1.77",
2828
]
2929
observability = [
3030
"langfuse>=3.14.5",

components/runners/ambient-runner/uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)