From 27210d43c81a805569eabd25ce9fdb8aff8a5b5a Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Tue, 28 Jul 2026 22:38:17 -0700 Subject: [PATCH 1/2] chore(versions): refresh agent CLI pins - 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 --- AGENTS.md | 3 ++- scripts/test-ccx-args.sh | 0 versions.env | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) mode change 100644 => 100755 scripts/test-ccx-args.sh diff --git a/AGENTS.md b/AGENTS.md index 982e6b0..a30b3c8 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,6 +19,7 @@ runtime is Linux. - $HOME is /home/deva (not /root). sudo works without password. - Pre-installed: Node.js, Python (use `uv`, not pip), Go, git, gh, make, curl. pip is NOT in PATH. -- Ephemeral container. Installed packages will not persist. +- Docker is available (socket mounted from host). +- System packages and build caches persist across sessions. - Container details are in DEVA_* environment variables. diff --git a/scripts/test-ccx-args.sh b/scripts/test-ccx-args.sh old mode 100644 new mode 100755 diff --git a/versions.env b/versions.env index 6c68605..a337101 100644 --- a/versions.env +++ b/versions.env @@ -9,11 +9,11 @@ TMUX_VERSION=3.6a TMUX_SHA256=b6d8d9c76585db8ef5fa00d4931902fa4b8cbe8166f528f44fc403961a3f3759 CLAUDE_CODE_VERSION=2.1.220 -CCTRACE_VERSION=0.23.0 -CODEX_VERSION=0.145.0 -GEMINI_CLI_VERSION=0.52.0 -GROK_CLI_VERSION=0.2.112 -KIMI_CODE_VERSION=0.29.2 +CCTRACE_VERSION=0.25.1 +CODEX_VERSION=0.146.0 +GEMINI_CLI_VERSION=0.53.0 +GROK_CLI_VERSION=0.2.114 +KIMI_CODE_VERSION=0.30.0 CCX_VERSION=v0.12.0 COPILOT_API_VERSION=0ea08febdd7e3e055b03dd298bf57e669500b5c1 PLAYWRIGHT_VERSION=1.62.0 From b6236b74cb485da3c54dc4af7e0ab6bca6bd5dfc Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Tue, 28 Jul 2026 22:45:25 -0700 Subject: [PATCH 2/2] chore: restore exec bit on scripts/test-status-helpers.sh Same class as test-ccx-args.sh in the previous commit; found by running the suite directly. Co-Authored-By: Claude Fable 5 --- scripts/test-status-helpers.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/test-status-helpers.sh diff --git a/scripts/test-status-helpers.sh b/scripts/test-status-helpers.sh old mode 100644 new mode 100755