This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Affected surfaces
Summary
AI summaryAutopilots now require human approval via an inbox before executing irreversible writes.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds durable run store persisting across restarts in ~/.great_cto/autopilot-runs. Adds durable run store persisting across restarts in ~/.great_cto/autopilot-runs. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds resumable runtime with startAt and approvedGates preserving safety invariant. Adds resumable runtime with startAt and approvedGates preserving safety invariant. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds CLI commands (start/inbox/show/approve/reject/runs) and admin board /autopilot.html with shared store. Adds CLI commands (start/inbox/show/approve/reject/runs) and admin board /autopilot.html with shared store. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds multi‑gate requirement: tax now needs two signatures before IRS e‑file. Adds multi‑gate requirement: tax now needs two signatures before IRS e‑file. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds push notification to signer when a gate opens (🛂 new case awaiting your signature). Adds push notification to signer when a gate opens (🛂 new case awaiting your signature). Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds hardening: multi‑tenant scoping and per‑run idempotency key to prevent double submits. Adds hardening: multi‑tenant scoping and per‑run idempotency key to prevent double submits. Source: llm_adapter@2026-06-07 Confidence: low |
— |
| Feature | Low |
Adds 261 library tests for Autopilot functionality. Adds 261 library tests for Autopilot functionality. Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
Autopilots become a real operated service: a durable run pauses at the human checkpoint, waits in an inbox for a named licensed human to sign, then resumes and executes the irreversible action (the write). Built on rcm; works for all 16.
- Durable run store — runs persist (
~/.great_cto/autopilot-runs), survive restarts, immutable audit trail.startRun→awaiting-approval;approve(id, who)resumes + runs the write;rejectends it with nothing irreversible run. - Resumable runtime —
runFlowgainsstartAt+approvedGates; the v2.43.0 safety invariant holds end-to-end (the write fires ONLY because a human signed its gate — across a process boundary). - CLI
autopilot.mjs(start/inbox/show/approve/reject/runs) ↔ admin board/autopilot.html+/api/autopilot/*— one shared store, fully synced. - Multi-gate — tax now needs two signatures (preparer PTIN → taxpayer Form 8879) before the IRS e-file.
- Push to the signer — board pushes '🛂 new case awaiting your signature' when a gate opens.
- Hardening — multi-tenant scoping (each tenant sees only its queue) + a stable per-run idempotency key so a retried write never double-submits.
- 261 lib tests. Proven on rcm live: 3 live connectors → pause → coder signs → 837 submitted → completed.
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]