chore(versions): refresh agent CLI pins - #517
Open
lroolle wants to merge 2 commits into
Open
Conversation
- cctrace 0.23.0 -> 0.25.1, codex 0.145.0 -> 0.146.0, gemini-cli 0.52.0 -> 0.53.0, grok 0.2.112 -> 0.2.114, kimi-code 0.29.2 -> 0.30.0; every pin verified resolvable on npm - refresh stale container-context block in AGENTS.md: containers persist packages and mount the docker socket since persistent containers landed, the "ephemeral" wording predated that - restore exec bit on scripts/test-ccx-args.sh Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Claude encountered an error after 2s —— View job I'll analyze this and get back to you. |
There was a problem hiding this comment.
Pull request overview
Routine maintenance update that refreshes pinned agent CLI versions and aligns the repository’s agent-environment guidance with the current (persistent) container reality.
Changes:
- Bumped pinned versions for cctrace, codex, gemini-cli, grok, and kimi-code in
versions.env. - Updated the
AGENTS.mdcontainer-context block to reflect Docker socket availability and persistence across sessions. - Restored
scripts/test-ccx-args.shcontent (and, per PR description, its executable bit).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| versions.env | Updates agent CLI version pins. |
| scripts/test-ccx-args.sh | Adds/refreshes a bash regression script for parse_ccx_args behavior. |
| AGENTS.md | Updates container environment guidance to match persistent-container behavior and Docker socket availability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Same class as test-ccx-args.sh in the previous commit; found by running the suite directly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Claude encountered an error after 2s —— View job I'll analyze this and get back to you. |
2 tasks
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.
Routine pin sweep, all verified resolvable on npm:
Rides along:
packages will not persist") — persistent containers and the mounted
docker socket have been reality for a while; block now matches
.claude/CLAUDE.md
test-version-targets passes; no version strings duplicated outside
versions.env.
🤖 Generated with Claude Code