How This Was Made
Built with GitHub Copilot CLI and GitHub Copilot App, 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.
Track live agent activity, review session history, and chat with your usage analytics to spot trends, token hotspots, model shifts, and recurring failures.
Keep an eye on your Copilot CLI and Copilot App agentic coding sessions 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. Agent 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.
Switch to the History route for aggregate analytics across all scanned sessions: 24-hour and 7-day activity charts, model mix, event mix, top tools, recent sessions, and sanitized failure history. Prompts, raw arguments, command output, file paths, and diffs stay out of the view.
Open Analytics Chat to ask natural-language questions about your Copilot CLI history. It answers from local derived metrics and can include charts, tables, trends, and recommendations for patterns like token hotspots, model shifts, repeated tool failures, and MCP server usage.
Built with GitHub Copilot CLI and GitHub Copilot App, 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 โ AI-powered command-line assistance.
GitHub Copilot App โ orchestrate AI coding agents from a single desktop app.