Skip to content

Advanced Features

WorkPilot Wiki Bot edited this page Aug 27, 2026 · 2 revisions

Advanced features

🌍 English translation is auto-generated on release. See the French version for the current complete page.

Mission Control, Arena Mode, Self-Healing, Voice Control, Batch Review Wizard, Multi-repo orchestration.

Advanced Features

Beyond the core planner → coder → QA pipeline, WorkPilot AI adds a layer of orchestration and code intelligence tooling aimed at teams running multiple agents at scale.

Multi-agent orchestration is centered on Mission Control, a NASA-style dashboard for monitoring several agents at once — live status, token consumption, file changes, and per-agent reasoning. Agent Replay & Debug lets you step through any past session with timeline navigation, file diffs, breakpoints, and token heatmaps, while the Decision Logger visualizes agent decision trees in real time. When multiple reviewers or scanners disagree, the Consensus Arbiter reconciles their verdicts into one recommendation, and Agent Coach analyzes real usage to suggest cheaper models, better effort levels, or prompt tweaks.

Code intelligence features go beyond building new code to understanding and maintaining existing codebases:

Feature Purpose
Insights AI chat for exploring your codebase with semantic search
Ideation Surfaces performance, security, quality, and UI/UX issues
Architecture Visualizer Dependency graphs and module hierarchy diagrams
Performance Profiler AI-identified bottlenecks with optimization suggestions
Dependency Sentinel Flags vulnerabilities, version conflicts, outdated packages
Self-Healing Codebase Auto-generates fixes for CI failures; integrates with Sentry, Datadog, PagerDuty
Technical Debt Tracker Scores code health and proposes auto-fix PRs
Risk Classifier Rates changes by risk level with impact assessment

Declarative workflows describe a build as phases in a YAML file, resolved against the user's chosen effort level, provider capabilities, and the files a task touches — the resolved profile is shown before a build starts, including what the next effort tier would add.

Rounding this out are productivity features like Code Migration, Design-to-Code, Browser Agent (for E2E generation), Arena Mode for comparing models side-by-side, and Voice Control for hands-free operation — all built on the same isolated worktree and multi-provider foundation as the core pipeline.


➡️ Continue: Contributing

Clone this wiki locally