Changelog

Track the evolution of AGENT-11 with detailed release notes and feature updates.

Patch Release

v6.1.1

2026-05-07

🐛Fixed

  • Stale "Manual merge recommended" advisory no longer appears when migrate-v5-to-v6.sh runs as a subprocess of install.sh --upgrade
  • Standalone migrate-v5-to-v6.sh now points users at install.sh --upgrade as the recommended automatic path
Minor Release

v6.1.0

2026-05-07

Added

  • install.sh --upgrade flag — single-command v5 to v6 migration with full rollback
  • install.sh --dry-run — preview the migration plan without making changes
  • install.sh --non-interactive — bulk-mode contract for CI and multi-repo scripts
  • Settings.json surgical merge — your values win on conflict; user customisations preserved through upgrade
  • restore-pre-upgrade.sh — first-class rollback with --list, --latest, --backup, --settings modes
  • docs/UPGRADE.md — focused upgrade guide for v5.x users
  • Five end-to-end test fixtures (43/43 checks) covering clean v5, custom settings, malformed JSON, partial migration, and already-v6 cases

🔄Changed

  • migrate-v5-to-v6.sh distinguishes three previously-ambiguous cases (already-v6, completed-previously, in-progress) with itemised actions
  • Post-install summary no longer claims tool deferring is enabled when settings.json was not actually merged
Major Release

v6.0.0

2026-05-03

Added

  • Karpathy operating constitution — seven behavioural principles (PAUSE-AND-PLAN, state assumptions, prefer minimal diffs, verify by running) replace prompt-based "always do X" rules
  • Universal Router (/coord [mission]) — deterministic mission-based routing across 13 missions in three modes (greenfield, surgical, maintenance). No more NLP intent inference
  • Native MCP tool deferring via ENABLE_TOOL_SEARCH=auto — roughly 80% context reduction on MCP-heavy sessions
  • Quality-gate hooks in .claude/settings.json — advisory PostToolUse for tsc/ruff/rubocop, PreToolUse confirmation for destructive Bash
  • Phase Handoff blocks — structured 5-field schema (Findings / Decisions / Warnings / Open Items / Evidence) appended to agent-context.md
  • 3-tier skills model aligned with Anthropic's Agent Skills open standard
  • Routines for Mode C operational work (PR review, nightly QA, backlog triage)
  • migrate-v5-to-v6.sh — one-command migration script for v5.x users

🔄Changed

  • library/CLAUDE.md shrunk from 575 lines to 78 lines (-86%)
  • project/commands/coord.md shrunk from 549 lines to 134 lines
  • Active context tracking reduced from 5 files to 3
  • progress.md demoted to write-only by default (read only on staleness checks)

🗑️Removed

  • MCP profile system (.mcp-profiles/, /mcp-switch command) — replaced by native tool deferring
  • Static handoff-notes.md workflow — folded into agent-context.md as Phase Handoff blocks
  • NLP-based mission intent inference in /coord — replaced by deterministic dispatch
Major Release

v5.0.0

2025-12-31

Added

  • Plan-Driven Development System — /foundations init, /bootstrap [template], /plan status, /coord continue, /skills
  • 7 production-ready SaaS skills with auto-loading by task keywords (auth, payments, multitenancy, billing, email, onboarding, analytics)
  • Quality Gates System — Python gate runner with build/test/lint/security/review/deploy gates and 3 severity levels
  • Stack Profiles for multi-framework support (nextjs-supabase, remix-railway, sveltekit-supabase)
  • Smart Delegation Routing — 10-path routing table with skill injection
  • Vision Integrity Verification (ALIGNED, MINOR_DRIFT, MAJOR_DRIFT, OUT_OF_SCOPE)
Major Release

v4.1.0

2025-11-28

Added

  • MCP Context Optimization with 60-90% token reduction
  • 13 mission-specific MCP profiles (minimal-core, research-only, frontend-deploy, etc.)
  • /mcp-switch [profile] command for dynamic profile switching
  • Sprint 6: Persistence Protocol Enforcement for guaranteed file operations

🔄Changed

  • Optimized context window usage across all missions
  • Enhanced profile switching for mission-specific tool sets
  • Improved token efficiency for long-running operations
Major Release

v4.0.0

2025-11-15

Added

  • Opus 4.5 Dynamic Model Selection for intelligent task routing
  • Task tool model parameter (opus, sonnet, haiku) for per-delegation control
  • Tiered model strategy: Opus (complex) → Sonnet (standard) → Haiku (simple)
  • Coordinator-as-Executor Pattern for 100% file persistence
  • Structured JSON output from specialists with automatic file operation execution

🔄Changed

  • +15% mission success rate with better orchestration decisions
  • -28% iterations with fewer retry cycles
  • -24% total cost through efficiency gains
  • Zero silent failures - file persistence guaranteed by architecture

🐛Fixed

  • Critical file persistence bug causing 100% reproducible silent failures
  • Files now persist reliably (up from ~30% baseline to 100%)
Major Release

v2.3.0

2025-06-01

Added

  • Field Manual launch with 1,370+ line Architecture SOP
  • 17 mission types catalog (expanded from 6)
  • 6 slash commands (/coord, /recon, /design-review, /pmd, /report, /meeting)
  • MCP integration framework (15+ supported MCPs)
  • Security-First Development principles documentation
  • Tool permission framework for agent safety
  • Extended thinking guidance for complex decisions
  • Agent-specific tool specification standards

🔄Changed

  • Enhanced agent documentation (7,777+ lines total)
  • Improved coordination protocols with Task tool enforcement
  • Better context editing guidance with strategic clearing points
  • Strengthened self-verification protocols for quality
Major Release

v2.2.0

2025-03-15

Added

  • Context Preservation System (87.5% reduction in rework)
  • Agent-to-agent handoff protocols (agent-context.md, handoff-notes.md)
  • Evidence repository for comprehensive audit trails
  • Pause/resume capability for long-running missions
  • Zero context loss across multi-agent workflows
  • Rolling context accumulation system

🔄Changed

  • Improved mission completion time (37.5% faster delivery)
  • Enhanced coordinator delegation protocol
  • Better context file integrity throughout missions
  • Stronger enforcement mechanisms for handoffs
Major Release

v2.1.0

2024-12-15

Added

  • /coord command for mission execution
  • Mission-based workflow system
  • Project-local agent deployment
  • Automatic project context detection
  • Squad size selection (minimal, core, full)
  • Interactive mission progress tracking

🔄Changed

  • Simplified installation to single command
  • Restructured agent roles and responsibilities
  • Improved mission handoff between agents
  • Enhanced error handling and recovery
Patch Release

v2.0.3

2024-12-01

🐛Fixed

  • Memory leak in long-running missions
  • Windows compatibility issues
  • Agent communication timeouts
  • Project context parsing errors

🔒Security

  • Enhanced API key protection
  • Improved sandbox isolation
  • Updated dependency vulnerabilities
Major Release

v2.0.0

November 18, 2024

Added

  • Complete rewrite with improved architecture
  • 11 specialized AI agents
  • Automated deployment pipeline
  • Real-time collaboration features
  • Enterprise-grade security
  • Advanced mission analytics

🗑️Removed

  • Legacy command structure
  • Manual agent coordination
  • Deprecated configuration options
Patch Release

v1.5.2

October 25, 2024

🐛Fixed

  • Performance issues with large codebases
  • Agent timeout handling
  • Deployment rollback mechanism
Minor Release

v1.5.0

October 10, 2024

Added

  • Multi-language support
  • Custom mission templates
  • Enhanced logging and debugging
  • Team collaboration features

🔄Changed

  • Improved agent communication protocol
  • Faster mission execution times
  • Better resource management

Migration Guides

Need help upgrading? We've got you covered with detailed migration guides for major version changes.

v1.x to v2.x Migration Guide
Complete guide for upgrading to the new mission-based system
View Guide →
Breaking Changes in v2.1
Important changes and new /coord command syntax
View Guide →

What's Coming Next

Where v6 is heading after the bulk-migration validation pass.

v6.2
In planning

Auto-detect v5 markers

  • • Auto-on detection when running install.sh on a v5 install
  • • Deferred from v6.1 pending production validation of --upgrade
  • • Now unblocked: 17 successful real-world upgrades validated the path
Track
on GitHub

Latest plans & releases

Stay Updated

Get notified about new releases, features, and important updates.

Or follow us on GitHub for real-time updates.