chore(acp): bump dimcode, dirac, glm-acp-agent and grok registry pins to probed versions - #880
Merged
Merged
Conversation
… to probed versions
kaizhou-lab
added a commit
that referenced
this pull request
Aug 20, 2026
…robed versions (#909) ## Summary Scheduled ACP Registry version sync. Four npx pins drifted since #880, each backed by a fresh serial ACP probe of the exact pinned version. Lock-only change — four lines; no metadata, migration, or entrypoint edits, and no lock-derived test assertion embeds any of these versions. | backend | package | old → new | initialize | session/new | |---|---|---|---|---| | codebuddy | `@tencent-ai/codebuddy-code` | 2.106.7 → **2.137.1** | ok (protocolVersion 1) | auth required (`-32000`, category `auth`) | | dimcode | `dimcode` | 0.3.16 → **0.3.17** | ok (agentInfo version 0.3.17) | auth required (`-32000`, "Provider credentials are required") | | grok | `@xai-official/grok` | 1.0.6 → **1.0.7** | ok (protocolVersion 1) | auth required (`-32000`, "no auth method id provided") | | kilo | `@kilocode/cli` | 7.4.22 → **7.4.23** | ok (agentInfo Kilo 7.4.23) | success | All four meet the release-lock criterion: `initialize` succeeds and `session/new` either succeeds or returns a clearly classified authentication requirement. Probes ran serially with no inherited HOME or credentials. codebuddy jumps 31 patch releases (2.106.7 → 2.137.1); the `--acp` entrypoint is unchanged and the handshake behaves as before (initialize ok, auth-required classification), so this stays a lock-only bump. The other 7 Registry-pinned packages (autohand, deepagents, dirac, glm-acp-agent, nova, pi, sigit) match the snapshot exactly. Package names and entrypoint args are unchanged for all 11. Drifted but not upgraded: none. `mimo-code` remains the one non-Registry builtin (no `registry_json_id`), excluded from drift reconciliation. dimcode continues to self-report `agentInfo.title` as "DimAgent" while the public listing says "DimCode" (`dimcode.dev` unchanged) — the standing observation carried since #814; no metadata change. **A new agent was listed this cycle but is out of scope for this PR:** `antigravity-acp` (Google Antigravity) appeared on the Registry. It ships binary-only (Google-hosted `agy_acp_server` archives, no npx distribution), so per the skill's constraints it is not auto-integrated here and is recorded as reported-pending. Note that AionCore already supports the Antigravity product through the user-installed `agy` direct-CLI path (migration 034); this Registry entry is a separate downloadable ACP-server binary — an alternative transport for the same product, not a missing agent. Full detail is in the run report, not this lock PR. ## Registry snapshot - Audit pinned to release tag [`v2026.08.20-67c9d25`](https://cdn.agentclientprotocol.com/registry/v1/v2026.08.20-67c9d25/registry.json) of `agentclientprotocol/registry`, fetched via the versioned CDN path for reproducibility. - Registry grew from 38 to 39 agents (`antigravity-acp` added, see above); no delisted agents. ## Validation - `just migration-check` — pass - `just lint-fix` (`cargo fix` + `clippy --fix --workspace -D warnings`) — clean - `just fmt` — clean - **Local `cargo nextest` intentionally skipped, by standing policy for lock-only bumps** (established 2026-08-11; nine prior lock PRs merged green under it). The Test check on this PR is the authority for this change: the merge decision depends on CI rather than the local run, and this host's load only manufactures timeout-shaped test failures, which nothing in the local steps above is subject to. ## Logging No logging changes: lock-only version bumps; existing startup/session error paths already identify a failing agent by backend. --------- Co-authored-by: zk <>
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
Scheduled ACP Registry version sync. Four npx pins drifted since #873, each backed by a fresh serial ACP probe of the exact pinned version. Lock-only change — four lines; no metadata, migration, or entrypoint edits, and no lock-derived test assertion embeds any of these versions.
dimcode-32000, "Provider credentials are required")dirac-cliglm-acp-agentdefault/accept_edits/bypass_permissions@xai-official/grok-32000, "no auth method id provided")All four meet the release-lock criterion:
initializesucceeds andsession/neweither succeeds or returns a clearly classified authentication requirement. Probes ran serially with no inherited HOME or credentials.glm-acp-agent crosses another minor version, so its stored
yolo_idwas re-verified rather than assumed — the same check #865 applied at 1.5.0. The 1.6.0 session catalog still advertisesbypass_permissions, exactly the value migration 025 seeded, so the existing metadata stays correct and this remains a lock-only change. Had that mode disappeared, theyolo_idwould need its own migration and would not belong in this PR.The other 7 Registry-pinned packages (autohand, codebuddy, deepagents, kilo, nova, pi, sigit) match the snapshot exactly. Package names and entrypoint args are unchanged for all 11. Drifted but not upgraded: none.
mimo-coderemains the one non-Registry builtin (noregistry_json_id), excluded from drift reconciliation.Two long-running vendor self-report quirks persist, neither actionable: dimcode reports
agentInfo.titleas "DimAgent" against a public listing that says "DimCode" (dimcode.devunchanged), and glm-acp-agent 1.6.0 reportsagentInfo.versionas1.0.0. The Registry card, package identity and entrypoint remain the authorities, andinitializesucceeded in both cases.Registry snapshot
v2026.08.19-28cd4e9ofagentclientprotocol/registry, fetched via the versioned CDN path for reproducibility.Validation
just migration-check— passjust lint-fix(cargo fix+clippy --fix --workspace -D warnings) — cleanjust fmt— cleancargo nextestintentionally skipped, by standing policy for lock-only bumps (established 2026-08-11; chore(acp): bump dimcode, dirac, grok and kilo registry pins to probed versions #810, chore(acp): bump dimcode registry pin to probed 0.3.9 #814, chore(acp): bump dimcode, grok, kilo and sigit registry pins to probed versions #822, chore(acp): bump dimcode, dirac, grok and nova registry pins to probed versions #837, chore(acp): bump dimcode and nova registry pins to probed versions #848, chore(acp): bump dimcode, dirac, grok and kilo registry pins to probed versions #859, chore(acp): bump glm-acp-agent, grok and nova registry pins to probed versions #865 and chore(acp): bump dimcode registry pin to probed 0.3.15 #873 all merged green under it). The Test check on this PR is the authority for this change: the merge decision depends on CI rather than the local run, and this host's load only manufactures timeout-shaped test failures, which nothing in the local steps above is subject to.Logging
No logging changes: lock-only version bumps; existing startup/session error paths already identify a failing agent by backend.