Skip to content

v1.0.62

Choose a tag to compare

@anconina anconina released this 14 Aug 14:28
· 70 commits to main since this release
1addd1b

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 explain can 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

Full Changelog: v1.0.61...v1.0.62