Skip to content

Merge dev → main: agent-harness SDK refresh#1198

Merged
zbigniewsobiecki merged 2 commits intomainfrom
dev
Apr 25, 2026
Merged

Merge dev → main: agent-harness SDK refresh#1198
zbigniewsobiecki merged 2 commits intomainfrom
dev

Conversation

@zbigniewsobiecki
Copy link
Copy Markdown
Member

Summary

Test plan

  • CI green on dev
  • No production-affecting schema or trigger changes in this window

🤖 Generated with Claude Code

Bumps the three SDK + three CLI dependencies that drive cascade's
Claude Code, OpenCode, and Codex backends, and pins all worker CLIs so
image rebuilds are reproducible.

SDKs (package.json):
- @anthropic-ai/claude-agent-sdk: ^0.2.91 → ^0.2.119
- @opencode-ai/sdk: ^1.2.24 → ^1.14.25

Worker CLIs (Dockerfile.worker:56) — all three now pinned, where
previously only Codex was:
- @anthropic-ai/claude-code: latest → 2.1.119
- @openai/codex: 0.114.0 → 0.125.0
- opencode-ai: latest → 1.14.25

Without explicit pins on Claude Code and OpenCode, every worker image
rebuild silently picks up a different upstream release — a footgun for
reproducibility and incident triage.

The llmist 16 → 17 major bump is intentionally NOT in this PR; it
needs a code-side migration review and ships separately.

Verified: npm run verify (lint + typecheck + 8491 tests) green;
docker build -f Dockerfile.worker --target production succeeds;
in-image versions confirmed match the pins.
…s-bump

chore(deps): refresh agent-harness SDKs and pin worker CLIs
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@zbigniewsobiecki zbigniewsobiecki merged commit 89c5727 into main Apr 25, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant