chore: upgrade bundled agent CLIs#900
Merged
Merged
Conversation
Bump every bundled agent provider to latest stable (no breaking changes hit Helmor): - claude-agent-sdk 0.3.186->0.3.191 + claude-code 2.1.186->2.1.191 (lockstep) - @cursor/sdk 1.0.19->1.0.21; drop the now-redundant @connectrpc/connect-node pin (added in #889) -- 1.0.21 declares it as a real dependency - @opencode-ai/sdk + opencode-ai 1.17.9->1.17.10 - kimi 0.19.1->0.19.2 - codex held at 0.142.0 (already latest stable) - remove unused @earendil-works/pi-* deps (dead code, never imported) - prune stale KIMI_SHA256 0.14.3 key - correct "Codex SDK" -> @openai/codex (CLI) wording in AGENTS.md, CLAUDE.md, NOTICE Verified: sidecar typecheck, sidecar tests (407 pass), pipeline snapshot tests, and a full `bun run build`. Also add the helmor-bump-vendors skill (.agents/skills/, symlinked into .claude/skills/): standardized bump procedure -- pin sites, per-vendor SHA256 sources, lockstep/dist-tags/cross-arch rules, verification gates -- plus an npm_vendor_sha.sh helper.
- Add the `helmor` patch changeset for the bundled-agent CLI/SDK refresh. - helmor-bump-vendors: end the bump workflow by invoking /helmor-release to create the changeset (and an announcement when warranted), instead of leaving it to the user.
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Contributor
📄 Knowledge review✏️ Documentation updates1 page was updated by changes in this PR.
📝 05 - Sidecar Overview — changes@@ -34,7 +34,7 @@
The sidecar integrates with:
- **Claude Code** (Anthropic) — via the Claude Agent SDK.
-- **Codex** (OpenAI) — via the Codex SDK.
+- **Codex** (OpenAI) — via the Codex CLI.
- **Cursor** — via the Cursor SDK.
Each provider manages its own auth. The sidecar just forwards credentials from the environment or config. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
Keeping bundled agent CLIs current avoids drift from upstream SDK/CLI behavior and documents the repeatable process for future upgrades.
Follow-up / test notes