◈ MISSION CONTROL · GROUND CONTROL FOR AI AGENTS ◈
REAL-TIME COMMAND CENTER FOR AI AGENTS
◈ FEATURE STATUS
Launch and monitor multiple Claude Code and Codex sessions simultaneously. Every agent has its own terminal, timeline, and approval queue — unified in one control room.
Every destructive command surfaces for review before execution. Risk-rated in real time — critical, high, medium, low — so you stay in control without reading every log.
Agents remember what they've built. Memory files persist across sessions and surface in the UI so you know exactly what each agent carries into the next task.
Every tool call, file write, and approval decision is logged with timestamps. Replay any session step-by-step to understand exactly what your agents did and why.
A real terminal window for each agent, streaming output live. Send messages, interrupt tasks, or inject context mid-run without leaving the cockpit.
Before any file is written, see the full diff inline — additions, deletions, context lines. Approve, reject, or edit before the agent commits the change.
◈ APPROVAL QUEUE
rm -rf .next node_modules && npm run buildDeletes build artifacts and reinstalls all dependencies. Destructive, irreversible without re-install.
src/api/auth.tsRewrites authentication handler. Updates token validation logic and session expiry behaviour.
package.jsonReading project manifest to inspect current dependency versions before suggesting upgrades.
◈ AGENT ROSTER










◈ MISSION BRIEFING
Run npx @agentcockpit/agent-cockpit in your project directory. The cockpit opens at localhost:54321, ready to spawn agents.
Watch every agent's terminal in real time. Send instructions, inspect the timeline, and review diffs from a single unified interface.
Risky commands pause for your review. Approve, deny, or edit before execution. Full audit trail kept for every session.
◈ LAUNCH SEQUENCE
curl -fsSL https://claude.ai/install.sh | bashirm https://claude.ai/install.ps1 | iexnpm install -g @openai/codexnpx @agentcockpit/agent-cockpitOpens at http://localhost:54321. Requires Node.js 22+.
→ Full installation guide