Skip to content

AIXCL v1.1.67

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:53
d9e5f19

AIXCL v1.1.67

Release v1.1.67 -- Delegation reliability release: a cloud-first model fallback chain for agent delegation with transient-error retry handling, full provider/model attribution in the delegation log, a data-integrity fix for log pairing, and color-coded tabular reporting across every status-reporting skill.

What's New in v1.1.67

Added

  • ✅ Cloud-first delegation model fallback with 503 retry: Agent delegation (/delegate) now always prefers the cloud model (NVIDIA DeepSeek V4 Flash) regardless of local stack state, retrying transient 503 shared-endpoint saturation with backoff before falling through two zero-config OpenCode Zen models and, only as a last resort, the local Ollama stack. Every delegated call now runs at a consistent medium reasoning effort (#1977).
  • ✅ Track provider and model in the delegation log: The delegation log now records which provider/model actually served each request and its position in the fallback chain, and /delegate-review's analytics gained a By Provider/Model breakdown -- previously there was no way to see which model handled a delegation or how often the primary model needed to fall through (#1979).
  • ✅ Roll out color-coded tabular reporting to remaining report skills: check-updates, delegate-review, reviewing-skills, and session-review all present their findings as tables with a colored (green/yellow/red) status indicator in the live report, extending the pattern below to every status-reporting skill in the catalog (#1985).
  • ✅ Convert housekeeping report to a color-coded table: The housekeeping skill's final status report is now a table instead of a fixed-width checkbox block, with color-coded status for faster scanning (#1983).

Fixed

  • ✅ Close started/completed log pairing gap in delegation skills: A logging-discipline gap left some delegation log entries with no matching start record, breaking pairing-based analytics; /delegate-review now checks pairing in both directions and flags gaps instead of silently dropping them (#1981).
  • ✅ Exempt OVERRIDE-prefixed PR titles from issue-reference requirement: PR titles carrying an operator-authorized [OVERRIDE] prefix (AGENTS.md Section 8, no issue by design) no longer fail the mandatory (#<number>) title check, mirroring the existing exemption for issue titles. Unblocked syncing an operator-authorized direct-integration change (an NVIDIA cloud provider template addition) into upstream dev (#1975).

Documentation


Full Changelog: v1.1.66...v1.1.67