Skip to content

Commit e664b3d

Browse files
deps(runner): bump claude-agent-sdk 0.2.152, anthropic 1.4.0
Automated SDK version bump. Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 53ddf2f commit e664b3d

3 files changed

Lines changed: 64 additions & 21 deletions

File tree

components/runners/ambient-runner/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323

2424
[project.optional-dependencies]
2525
claude = [
26-
"anthropic[vertex]>=0.122.0",
27-
"claude-agent-sdk>=0.2.139",
26+
"anthropic[vertex]>=1.4.0",
27+
"claude-agent-sdk>=0.2.152",
2828
]
2929
observability = [
3030
"langfuse>=3.14.5",

components/runners/ambient-runner/sdk-options-manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "Canonical list of Claude Agent SDK ClaudeAgentOptions fields",
33
"generatedFrom": "claude-agent-sdk (PyPI)",
4-
"generatedAt": "2026-08-13T09:53:14.505332+00:00",
5-
"sdkVersion": "0.2.137",
4+
"generatedAt": "2026-09-05T12:13:36.696425+00:00",
5+
"sdkVersion": "0.2.152",
66
"options": {
77
"tools": {
88
"type": "list[str] | claude_agent_sdk.types.ToolsPreset | None",
@@ -124,6 +124,10 @@
124124
"type": "<class 'bool'>",
125125
"required": false
126126
},
127+
"forward_subagent_text": {
128+
"type": "<class 'bool'>",
129+
"required": false
130+
},
127131
"fork_session": {
128132
"type": "<class 'bool'>",
129133
"required": false

components/runners/ambient-runner/uv.lock

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

0 commit comments

Comments
 (0)