fix: bump CLI versions — kiro 2.1.1, codex 0.125.0, claude 2.1.116, gemini 0.39.1, copilot 1.0.36, cursor 2026.04.17, opencode 1.14.25#573
Closed
chaodu-agent wants to merge 1 commit intoopenabdev:mainfrom
Conversation
…emini 0.39.1, copilot 1.0.36, cursor 2026.04.17, opencode 1.14.25 - Dockerfile: kiro-cli 2.0.0 → 2.1.1 (shell streaming, tool search, RHEL support) - Dockerfile.codex: @openai/codex 0.121.0 → 0.125.0 (no Linux CLI regressions) - Dockerfile.claude: claude-code 2.1.114 → 2.1.116 (safe ceiling; 2.1.118+ has resume/sandbox regressions) - Dockerfile.gemini: @google/gemini-cli 0.38.1 → 0.39.1 (zero open bugs) - Dockerfile.copilot: @github/copilot 1.0.30 → 1.0.36 (no public issue tracker) - Dockerfile.cursor: cursor agent 2026.04.15 → 2026.04.17-787b533 - Dockerfile.opencode: opencode-ai 1.4.6 → 1.14.25 (large jump; needs ACP smoke test) ACP adapter versions unchanged (codex-acp 0.11.1, claude-agent-acp 0.29.2). Ref: openabdev#326, openabdev#412, openabdev#474
|
All PRs must reference a prior Discord discussion to ensure community alignment before implementation. Please edit the PR description to include a link like: This PR will be automatically closed in 3 days if the link is not added. |
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.
Summary
Bump all pinned CLI versions in Dockerfiles after investigating latest releases and upstream bug trackers.
Discord Discussion URL: N/A
Changes
DockerfileDockerfile.codex@openai/codexDockerfile.claude@anthropic-ai/claude-codeDockerfile.gemini@google/gemini-clibuglabelDockerfile.copilot@github/copilotDockerfile.cursorDockerfile.opencodeopencode-aiNOT updated (intentionally)
Dockerfile.codexcodex-acpDockerfile.claudeclaude-agent-acpclaude-code risk assessment
All open regressions are on 2.1.118-2.1.120 and tagged
platform:macosorplatform:windows:#53086#53145#53214:--resumecrash "g9H is not a function" (2.1.120, macOS)#53085: sandbox required but unavailable (2.1.120, macOS)#53152: Teammate agent crash in tmux (2.1.120, WSL)#53294: Hangs on non-Metal GPU (2.1.118+, macOS)Zero regressions on 2.1.114–2.1.116. Zero regressions tagged
platform:linux. 2.1.116 is the safe ceiling.opencode-ai note
Large version jump from 1.4.6 → 1.14.25. The 1.0+ rewrite introduced opentui (new TUI layer), but openab runs opencode in ACP headless mode — TUI changes don't affect us. All open bugs are Windows/web/TUI. Recommend running full ACP smoke test after merge.
How to verify
Ref: #326, #412, #474