chore(acp): bump codebuddy, dimcode, grok and kilo registry pins to probed versions - #985
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 #980, 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")@xai-official/grok-32000, "no auth method id provided")@kilocode/cliAll 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.Two of these cross a minor series, so their entrypoints were exercised rather than assumed. dimcode jumps from 0.3.32 straight to 0.5.1, skipping the entire 0.4.x line — the Registry still declares the bare
acpsubcommand, and that exact invocation completedinitializewithagentInfoself-reporting 0.5.1 before returning its usual credentials error. kilo moves 7.5.16 → 7.6.0 and itsacpentrypoint still opens a session advertising model, thought_level, and mode. Neither session catalog is persisted; skill step 11 leaves those columns to the runtime.dimcode continues to self-report
agentInfo.titleas "DimAgent" against a public listing of "DimCode" — a standing vendor quirk across this whole version jump, not an AionCore defect.Snapshot structural diff (against
v2026.09.09-cfa1ca8): the id set holds at 40 and every change is version churn — no distribution type added or removed, andargs/envare byte-identical for every npx entry, including for the two minor-series jumps above. Non-lock movement is report-only: claude-agent-acp 0.76.0, codex-acp 1.11.0, factory-droid 0.216.0, qwen-code 0.23.3, plus new binary artifacts for devin, kilo'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.147.0→2.148.0. 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.The other 7 Registry-pinned packages (autohand, deepagents, dirac, glm-acp-agent, 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.Standing watches (unchanged, no action in this PR):
kimchi(listed 2026-09-09) stays deferred — binary-only, so it cannot enter the npx release lock; its binary artifact moved again this window. Integrating it needs a binary install/update path plus a seed migration, which is a human-reviewed change.@smbcloud/sigit→@getsigit/sigit) is still only a vendor stderr notice; the Registry declares the old scope, so the pin is untouched.Registry snapshot
v2026.09.10-797d203ofagentclientprotocol/registry, fetched via the versioned CDN path for reproducibility.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.