Commit ff2c5bf
committed
Fix P1: Restore claude-agent-sdk dependency
CRITICAL FIX - Runtime Breaking Change:
- Accidentally changed claude-agent-sdk to claude-code-sdk
- wrapper.py imports claude_agent_sdk (via runner_shell)
- Would cause ModuleNotFoundError at runtime
Restored correct dependencies:
- claude-agent-sdk>=0.1.4 (REQUIRED by wrapper.py)
- anthropic[vertex]>=0.68.0 (vertex support)
This matches upstream/main and prevents runtime crash.
Identified by: chatgpt-codex-connector[bot] review comment
Issue: https://github.com/ambient-code/platform/pull/331/files#r25352874531 parent 4364aa1 commit ff2c5bf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments