chore(acp): bump codebuddy, dimcode, dirac, grok, kilo and sigit registry pins to probed versions - #989
Merged
Conversation
…stry pins to probed versions
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, covering three days of drift (the 2026-09-12 and 09-13 runs did not execute; the state file's last checked tag was
v2026.09.10-797d203). Six npx pins drifted since #985, each backed by a fresh serial ACP probe of the exact pinned version. The diff is the lock file plus the one lock-derived test assertion that embeds codebuddy's version.@tencent-ai/codebuddy-code-32000,data.category: auth)dimcode-32000, "Provider credentials are required")dirac-cli@xai-official/grok-32000, "no auth method id provided")@kilocode/cli@smbcloud/sigitAll six 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, and every entrypoint is unchanged from the previous snapshot. sigit carriesskip_version_probe: true, which exempts only the runtime--versionsubprocess — it was still ACP-probed here.A new agent was listed this window and is deliberately NOT in this PR.
minimax-code(MiniMax Code, https://agent.minimax.io, npm@minimax-ai/code) brings the Registry to 41 ids and, unlike the two deferred binary-only agents, ships an npx distribution (@minimax-ai/code@0.2.7 acp). It was probed and passes the integration bar (initialize protocolVersion 1;session/new→-32000"Authentication required: Runmcode login"). Its integration is a separate PR on its own branch so that this lock-only bump keeps its routine shape and stays eligible for the standing self-merge rule; the integration PR will reference this one.Snapshot structural diff (against
v2026.09.10-797d203): apart from the newminimax-codeentry, every change is version churn — no distribution type added or removed on any existing agent, andargs/envare byte-identical for every npx entry. Non-lock movement is report-only: factory-droid 0.218.1, plus new binary artifacts for cursor, harn, junie, kilo's binary channel, sigit's binary channel, and kimchi.Derived assertion updated:
registry_npx_lock.rspins codebuddy's exact version inside a--package-form argument list, so it moves with the lock —2.148.0→2.150.0. All six outgoing versions were scanned acrosscrates/**/*.rswith fixed-string matching before staging; codebuddy's is the only real assertion and the other five have no hits.npx_cache_repair.rskeeps its own version literals: those are cache-path hash fixtures, not lock assertions.The other 5 Registry-pinned packages (autohand, deepagents, glm-acp-agent, nova, pi) match the snapshot exactly. Drifted but not upgraded: none.
mimo-coderemains the one non-Registry builtin (noregistry_json_id), excluded from drift reconciliation.Standing watches (unchanged, no action here):
kimchistays deferred (binary-only, artifact moved again); sigit's npm scope rename (@smbcloud/sigit→@getsigit/sigit) is still only a vendor stderr notice and the Registry still declares the old scope.Registry snapshot
v2026.09.12-e6ee445ofagentclientprotocol/registry, fetched via the versioned CDN path for reproducibility.minimax-code, handled in a separate integration PR) and no delisted agents. (antigravity-acpandkimchiremain listed and deferred as binary-only;fast-agentandminion-coderemain listed but uvx-only and therefore out of scope.)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). 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 version bumps plus one test assertion; existing startup/session error paths already identify a failing agent by backend.