Skip to content

Claude-Autopilot

v6.2.2 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent autonomous-coding autopilot ci-cd-tools claude-autopilot claude-code
+13 more
cli code-review code-review-bot coding-agent cursor-alternative developer-tools devin-alternative llm local-first multi-model-llm npm-cli pipeline sarif

Summary

AI summary

Updates Stats, https://github.com/axledbetter/claude-autopilot/pull/110, and https://github.com/axledbetter/claude-autopilot/pull/111 across a mixed release.

Full changelog

The YC-demo orchestrator is shipped.

claude-autopilot autopilot --mode full --budget 25 --json runs the full 6-phase pipeline (scan → spec → plan → implement → migrate → pr) under one engine runId, with deterministic JSON output, run-scope budget enforcement, side-effect idempotency contracts, and live cost ticking visible via runs watch <id>.

Six PRs merged tonight

| # | Type | Highlights |
|---|---|---|
| #107 | spec | v6.2 multi-phase orchestrator |
| #108 | impl | claude-autopilot autopilot MVP, 4-phase, +2293 LOC |
| #109 | spec | v6.2.1 side-effect idempotency contracts |
| #110 | chore | Cert workflow safety (artifact glob narrow, retry jitter, 45min timeout) |
| #111 | spec | v6.2.2 --json envelope + cache version policy |
| #112 | impl | migrate + pr in registry, --mode=full 4 → 6 phases, +23 tests |
| #113 | impl | --json envelope + uncaughtException latch + cache range, +14 tests |

What you get with v6.2.2

  • Multi-phase orchestrator (claude-autopilot autopilot) running full pipeline under one runId
  • --mode full = scan → spec → plan → implement → migrate → pr (6 phases)
  • --phases <csv> for custom subsets
  • --budget <usd> enforced run-scope (cost accumulates across all phases)
  • --json outer envelope on stdout — bounded AutopilotErrorCode enum, deterministic exit-code matrix (0/1/2/78), exactly-one-envelope guarantee under uncaughtException paths
  • Side-effect idempotency contracts: migrate and pr declare preEffectRefKinds + postEffectRefKinds; orchestrator's resume preflight calls provider readback before retry to prevent double-apply
  • Cache contract version policy: RUN_STATE_MIN_SUPPORTED_SCHEMA_VERSION..MAX window so rolling deploys don't break resume
  • runs watch <id> live cost ticker (shipped in v6.1) now shows the full pipeline ticking down

Stats

  • 1492 → 1548 tests (+56 net new)
  • Zero unmerged Bugbot findings across the cluster (skipped or merged on CI strength per established precedent)
  • Codex pre-flight reviews on every spec — 1 CRITICAL + 6 WARNING + 9 NOTE total folded back

Install

npm install -g @delegance/claude-autopilot
claude-autopilot --version    # 6.2.2
claude-autopilot autopilot --help

Migration from v5.x / v6.0.x / v6.1.x

See docs/v6/migration-guide.md — new "v6.1 → v6.2: one runId across the pipeline" section walks through replacing chained per-verb invocations with a single claude-autopilot autopilot call.

🤖 Generated with Claude Code

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

Track Claude-Autopilot

Get notified when new releases ship.

Sign up free

About Claude-Autopilot

All releases →

Related context

Beta — feedback welcome: [email protected]