chore(acp): bump dimcode and sigit registry pins to probed versions - #710
Merged
Conversation
- dimcode 0.2.36 -> 0.2.38 - @smbcloud/sigit 1.5.0 -> 1.5.1 Both probed via ACP against the exact Registry versions before pinning: dimcode initialize ok (agentInfo 0.2.38) with session/new returning a classified auth requirement; sigit initialize ok (agentInfo 1.5.1) with session/new succeeding.
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. Two drifts since #697:
dimcode0.2.36 -> 0.2.38 and@smbcloud/sigit1.5.0 -> 1.5.1 incrates/aionui-runtime/resources/acp-registry-npx-lock.json. Lock-only change, each bump backed by a fresh ACP probe of the exact pinned version.Other 9 Registry-pinned packages match the audited snapshot — no drift. Drifted but not upgraded: none. No newly listed Registry agents vs the 2026-07-28 baseline. The
mimo-codelock entry (non-Registry builtin, #700) has no Registry counterpart and is correctly excluded from drift auditing.Registry snapshot
v2026.07.28-05772e9ofagentclientprotocol/registry(newest release at audit time), fetched via the versioned CDN path for reproducibility.Validation
cargo test -p aionui-runtime -p aionui-ai-agent— passjust pushgate (migration check, lint, fmt,cargo nextest run --workspace) — pass on re-run. The first gate attempt failed on twoprompt_pipeline_integrationtests due to disk exhaustion (no space left on devicemid-run); after freeing stale build caches both tests pass in isolation and the full gate passes. Gate run with the host-injectedAIONUI_LOG_DIRunset (see chore(acp): bump registry npx lock to probed versions #695 for that pre-existing environment sensitivity).Logging
No logging changes: lock-only version bumps; existing startup/session error paths already identify a failing agent by backend.