v2.4.0 – Autonomous Pipeline System
Autonomous Pipeline System
Click Start on the Pipeline tab — the planner breaks any goal into ordered tasks, then auto-executes them with live progress.
What's new
- Planner — natural language goal → DAG of ordered tasks (setup → implement → test → verify)
- Executor — auto-executes each task, retries failures up to 3×
- Loop controller — pause/resume/cancel with WebSocket live push
- Auto-heal — detects broken files, restores from checkpoint, resets failed tests
- 8 new MCP tools: cortex_pipeline_start, cortex_pipeline_status, cortex_pipeline_pause, cortex_pipeline_resume, cortex_pipeline_cancel, cortex_pipeline_plan, cortex_auto_heal, cortex_pipeline_history
- Dashboard Pipeline tab — goal input, active pipeline card (progress bar, controls, task list), history
- WebSocket events — pipeline_started, pipeline_running, pipeline_paused, pipeline_resumed, pipeline_cancelled, pipeline_retrying, pipeline_task_*
- Live pipeline data in /state endpoint
Full changelog
- 49 files changed, +1300/-91