Copilot Mission Control banner
Live Copilot CLI dashboard

Watch your Copilot CLI come alive

Loadingโ€ฆ
Dashboard preview

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.

โšก Built for the GitHub Copilot CLI ยท Free course โ†’
Tauri 2 Phaser 4 Rust + TypeScript Mac ยท Win ยท Linux

๐Ÿ›ฐ๏ธ Mission Control

Each Copilot tool category becomes a sector on the mission ring around the central outpost. Each sector lights up as work flows through it.

โš’๏ธ

Edits

File writes and apply_patch calls. Lights up brightest when edits are flying.

apply_patchwrite
๐Ÿ“š

Reads

Reads, search, and code navigation. Usually the busiest sector in any session.

viewrggrep
โš™๏ธ

Commands

Shell commands the agent runs โ€” builds, tests, lints, anything that touches a process.

bashshell
๐Ÿ“ก

Web / Docs

External lookups โ€” web fetches, docs research, anything reaching beyond your machine.

web_fetchweb_search
๐Ÿ›ก๏ธ

Sub-Agents

Sub-agent delegations. Watch the main agent dispatch specialized workers.

taskagent
๐Ÿ“–

Skills

Skill invocations โ€” the agent pulling in pre-built playbooks for specialized work.

skill
๐Ÿชถ

MCP

MCP tool calls โ€” external servers extending the agent's capabilities.

mcp.*
๐Ÿ‘‘

Intent / Alerts

Permission prompts and alerts. When this sector lights up, the agent needs a decision.

promptalert

โšก How It Works

01

Launch the app

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.

02

Run Copilot CLI in your terminal

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.

03

Watch Mission Control react

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.

04

Inspect tools and turns

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.

๐Ÿ› ๏ธ 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.

๐Ÿ™ Credits

๐Ÿฆ€

Tauri 2

Tauri 2 โ€” the Rust-backed desktop shell.

๐ŸŽฎ

Phaser 4

Phaser 4 โ€” the WebGL scene that draws Mission Control.

๐Ÿค–

Copilot CLI

GitHub Copilot CLI โ€” the source of every event the mission visualizes.

๐Ÿ“š

Free Course

Copilot CLI for Beginners โ€” learn the CLI this dashboard visualizes.