AgentXchain v2.134.1
v2.134.1 makes coordinator retry projection warnings durable, machine-readable, and operator-visible across status, dashboard, and docs surfaces — with current-run scoping so historical warnings don't pollute healthy runs.
Released: 2026-04-18
What Changed
Coordinator retry projection observability
When a coordinator retry executes successfully but the coordinator cannot immediately project the accepted turn into its acceptance projection, the framework now:
- Persists a durable event —
coordinator_retry_projection_warningis written toevents.jsonlwith workstream, repo, reissued turn, and warning code metadata. (DEC-COORD-RETRY-PROJECTION-EVENT-001) - Includes machine-readable warnings in JSON output — the retry command's JSON response includes
warnings[]with codecoordinator_acceptance_projection_incompleteandreconciliation_required: true. (DEC-COORD-RETRY-WARNING-001) - Surfaces warnings in status and dashboard —
agentxchain status --jsonnow includescoordinator_warnings, and the dashboard plan snapshot exposes the same field. (DEC-COORD-WARNING-OPERATOR-VISIBILITY-001) - Scopes warnings to the current run — warnings are filtered by the active
run_id(status) andsuper_run_id(dashboard), so prior runs' warnings don't produce falsereconciliation_required: trueon healthy runs. (DEC-COORD-WARNING-RUN-SCOPE-001)
Operator docs
cli.mdxdocuments the full event inventory including the new event type and its rendering contractrecovery.mdxprovides the operator recovery path: inspect the warning, then runagentxchain mission plan show latest --jsonto force sync
Spec status alignment
Six coordinator and mission planning specs were corrected from proposed or in-progress to completed for features that shipped in v2.131.0–v2.134.0. A class-level regression guard prevents future status drift. (DEC-SPEC-STATUS-ALIGNMENT-001)
Evidence
- 5,942 tests / 1,268 suites / 0 failures. Website build clean.
- All CI workflows green on
6e0ce179
Install / Upgrade
# or
brew upgrade agentxchain