Skip to content

Commit 5c41471

Browse files
deps(runner): bump claude-agent-sdk 0.2.101 (#1681)
## SDK Version Bump - `claude-agent-sdk`: 0.2.99 -> 0.2.101 ### TL;DR - 0 new feature(s), 1 bug fix(es) <details><summary><strong>Bug Fixes</strong> (1)</summary> - **Typed `task_updated` lifecycle events** (`claude-agent-sdk` 0.2.101): Exposed terminal `system/task_updated` events as typed `TaskUpdatedMessage` with `task_id`, `patch`, `status`, `sessi... </details> <details><summary><strong>Bundled Claude CLI Versions</strong> (2)</summary> | SDK Version | CLI Version | |-------------|-------------| | 0.2.101 | 2.1.177 | | 0.2.100 | 2.1.176 | </details> <details><summary>Internal changes: <code>claude-agent-sdk</code> (2)</summary> - Updated bundled Claude CLI to version 2.1.177 (0.2.101) - Updated bundled Claude CLI to version 2.1.176 (0.2.100) </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 50a0594 commit 5c41471

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.109.1",
27-
"claude-agent-sdk>=0.2.99",
27+
"claude-agent-sdk>=0.2.101",
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)