chore(acp): bump codebuddy, dimcode, dirac and grok registry pins to probed versions - #966
Merged
Merged
Conversation
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 #963, 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")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; every package was a cold fetch this run, since the host restarted and cleared the npx cache. Entrypoints (--acpfor codebuddy and dirac,acpfor dimcode,agent stdiofor grok) are unchanged.dirac skips three patch releases at once (0.5.2 → 0.5.5) and dimcode still self-reports
agentInfo.titleas "DimAgent" against a public listing of "DimCode" — a standing vendor quirk, not an AionCore defect. dirac's session catalog (mode, model, thought_level) is evidence only and is not persisted; skill step 11 leaves those columns to the runtime.Derived assertion updated:
registry_npx_lock.rspins codebuddy's exact version inside a--package-form argument list, so it moves with the lock —2.143.0→2.143.1. All four outgoing versions were scanned acrosscrates/**/*.rswith fixed-string matching before staging; codebuddy's is the only real assertion and the other three have no hits.npx_cache_repair.rskeeps its own version literals: those are cache-path hash fixtures, not lock assertions, and changing them would break their hash expectations.Snapshot comparison caveat: the usual per-agent
distributiondiff against the previous snapshot could not run this time — the host restarted and cleared/tmp, taking the priorregistry.jsonwith it. Structural claims here are therefore limited to what this snapshot alone shows: the id set is unchanged at 39, and each of the four drifted entries still declares the same distribution type and the same entrypoint args our lock uses. Whether any non-lock agent changed distribution shape overnight is unverified for this run.The other 7 Registry-pinned packages (autohand, deepagents, glm-acp-agent, kilo, nova, pi, sigit) match the snapshot exactly. Drifted but not upgraded: none.
mimo-coderemains the one non-Registry builtin (noregistry_json_id), excluded from drift reconciliation.Registry snapshot
v2026.09.03-3006ae2ofagentclientprotocol/registry, fetched via the versioned CDN path for reproducibility.antigravity-acpremains listed and deferred as binary-only since 2026-08-21;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.