This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summarySLA auto‑escalation now acts on breached runs and a calibrated confidence loop adds an admin calibration endpoint.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds SLA auto-escalation with state tracking and cron job Adds SLA auto-escalation with state tracking and cron job Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Adds calibrated confidence evaluation and admin endpoint `/api/autopilot/calibration` Adds calibrated confidence evaluation and admin endpoint `/api/autopilot/calibration` Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Implements median‑based CI gate `vertical-scorecard.mjs` to reject flaky runs Implements median‑based CI gate `vertical-scorecard.mjs` to reject flaky runs Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Feature | Medium |
Introduces sequential review pipelines via `stageProgress()` and `/api/autopilot/run` stages Introduces sequential review pipelines via `stageProgress()` and `/api/autopilot/run` stages Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Bugfix | Low |
Fixes Wave F retention test race condition; all 299 tests now pass consistently Fixes Wave F retention test race condition; all 299 tests now pass consistently Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
Tier-2: quality & trust. Makes the operated autopilot pipeline not just run but stay honest, rigorous, and reactive — all buildable without external IdP/sandbox creds.
- SLA auto-escalation — the deadline clock now acts:
slaState()(ok / at-risk / breached) +autoEscalateStale()escalate breached runs once each (idempotent, auditedsla-escalated); new board cronsla.escalate(5 min) sweeps every tenant + fires email/push. - Calibrated confidence + closed loop —
calibration()reliability curve + ECE (is the AI's confidence honest?),suggestFloor()proposes a data-driven confidence floor; new admin endpointGET /api/autopilot/calibration. - Eval rigor — ×3 median CI gate —
vertical-scorecard.mjs --median N --ci THRESHOLDtakes the median of N passes (kills single-run noise) and exits non-zero below the bar. A real regression gate. - Sequential review pipelines —
stageProgress()surfaces multi-gate runs as intake→QC→review→submit, attached to/api/autopilot/runasstages. - Flake fix — Wave F retention test boundary race resolved; lib suite 299/299 green ×5.
Implements docs/plans/PLAN-autopilot-tier2.md. 6 new lib tests, no functional regression.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About great_cto
Engineering-management layer of 34 specialist AI agents covering the full SDLC (architect, PM, senior-dev, reviewer, QA, security, devops, L3-support + 18 archetype-specific reviewers) with auto-detected archetypes and compliance gates (PCI-DSS, HIPAA, FedRAMP, GDPR, EU AI Act). Runs in Claude Code, Cursor, Codex CLI, Aider, and Continue via AGENTS.md + MCP. MIT.
Related context
Related tools
Earlier breaking changes
- v2.72.2 Removes Autopilot sidebar item and Operate topbar button from dev board.
- v2.55.0 Hard-gates the Build board; redirects invite sessions to Operate for operators.
- v2.43.0 Runtime now blocks autonomous execution of irreversible actions without prior human checkpoint.
- v2.43.0 Adds reversible and blastRadius fields to every flow step.
- v2.32.0 Removed AgentShield scanner and its CLI commands.
Beta — feedback welcome: [email protected]