How This Was Made
Built with GitHub Copilot CLI, which scaffolded the Tauri 2 + Phaser 4 + TypeScript shell and then iteratively designed the mission layout, the privacy-safe AgentProvider trait, and the replay timeline.
Keep an eye on your Copilot CLI session without breaking focus. Every tool call, sub-agent dispatch, and permission prompt becomes a live signal on a second monitor โ so you spot stalls, surprises, and "needs attention" the moment they happen, instead of scrolling back through terminal output.
Each Copilot tool category becomes a sector on the mission ring around the central outpost. Each sector lights up as work flows through it.
File writes and apply_patch calls. Lights up brightest when edits are flying.
Reads, search, and code navigation. Usually the busiest sector in any session.
Shell commands the agent runs โ builds, tests, lints, anything that touches a process.
External lookups โ web fetches, docs research, anything reaching beyond your machine.
Sub-agent delegations. Watch the main agent dispatch specialized workers.
Skill invocations โ the agent pulling in pre-built playbooks for specialized work.
MCP tool calls โ external servers extending the agent's capabilities.
Permission prompts and alerts. When this sector lights up, the agent needs a decision.
Download a release for macOS, Windows, or Linux. Open it once and the window remembers its size and position for next time. No setup, no accounts.
Use Copilot CLI like you normally would. Copilot Mission Control reads the session state Copilot already writes under ~/.copilot/session-state/ โ there's no extra config.
Tool calls light up sectors within ~300 ms of happening. Use the replay scrubber to rewind. Click the ๐ button to hide the side panels and put Mission Control front-and-center on a second monitor.
Open the selected-session inspector to filter recent MCP, skill, sub-agent, and failed tool calls. Switch to turn mode to see the agent's recent work grouped by model turn, with only sanitized details crossing the app bridge.
Built with GitHub Copilot CLI, which scaffolded the Tauri 2 + Phaser 4 + TypeScript shell and then iteratively designed the mission layout, the privacy-safe AgentProvider trait, and the replay timeline.
Tauri 2 โ the Rust-backed desktop shell.
Phaser 4 โ the WebGL scene that draws Mission Control.
GitHub Copilot CLI โ the source of every event the mission visualizes.
Copilot CLI for Beginners โ learn the CLI this dashboard visualizes.