v1.0.62
Reliability release focused on grounded fleet-analysis evidence, MCP queue behavior, and honest diagnostics.
Evidence and grounding
- A receipt-grounded recovery answer survives to delivery instead of being discarded, so a prompt-skill answer is no longer lost after a recovery.
- Partial MCP reports keep their grounding rather than being dropped wholesale when part of the call set fails.
- Fleet evidence and diagnostics are preserved end-to-end through the analysis path.
MCP queue and concurrency
- Queue contention is breaker-neutral: waiting behind a busy queue no longer trips the circuit breaker as if the server had failed.
- Configured MCP concurrency bounds are preserved rather than being reset during reconciliation.
- Queue contention is explained in the incident report instead of being misranked behind an unrelated cause, and the queue diagnostics are complete rather than partial.
Routing
- Specialized prompt-skill routes are preserved instead of collapsing to the general route.
- Coordinated web exclusions are honored, so an excluded source is not reached through the coordinated path.
Observability
- Deferred-tool reconciliation now emits a typed counts-only receipt, so
comis explaincan distinguish tools that were displayed from tools that were activated — a discovery-activation mismatch that was previously invisible. - A grounded route-stall verdict is no longer overwritten by a weaker one, and the verdict names the recovery route it took.
What's Changed
- fix(agent): preserve grounded fleet analysis evidence by @anconina in #503
- chore(release): 1.0.62 by @anconina in #504
Full Changelog: v1.0.61...v1.0.62