A visual control center for the GitHub Copilot CLI. Manage parallel sessions, agents, and workflows from one window — with cross-session search and mobile access wherever you are.
⚡ Every Copilot CLI session, auto-discovered. Continue from CLI, Desktop, or Mobile.
Run multiple Copilot CLI sessions simultaneously in a tabbed interface. Each session gets its own system prompt, model, tools, MCP servers, and working directory. Monitor all agents at a glance — no more juggling terminals.
Every Copilot CLI session — Console-launched and native terminal — shows up on your phone the moment it starts. Push notifications when any agent finishes or asks a question. Reply from the chat view. Installable as a PWA.
$ copilot-console --expose --no-sleep
# Scan QR from Settings, done.
⚡ Mobile session access and notifications work for every session — terminal or Console. Tap a notification, continues from where the agent left off.
Type / to open the command palette. Pick a command, get an inline chip with contextual hints. No flags to memorize, no syntax to look up.
/fleet — fire parallel sub-agents, watch multiple AI streams simultaneously
/compact — compress session context to free up the conversation window
/agent — set the primary agent for your session, enabling spec-driven frameworks like SpekKit and GSD that rely on a selected agent to orchestrate workflows
When an agent needs clarification, it asks a structured question right in the conversation. Works seamlessly on desktop and mobile.
Sessions automatically group by project folder. Search across all conversations with keyword highlighting. Pin important messages for quick reference. Your AI history, organized automatically.
Chain agents into deterministic pipelines with YAML — built on
Microsoft Agent Framework.
See the workflow as a Mermaid diagram. Branch with If/Switch,
loop with Foreach, pause for human input. Run history is replayable; failures surface as sticky toasts.
Optional Power Fx =expressions for richer logic.
Everything you need to orchestrate AI agents at scale.
Schedule agent runs on cron. Runs dashboard for all executions — continue any run's conversation or watch a live agent in real-time.
Reusable agent configs with custom prompts, models, tools, and MCP servers. Launch sessions from any agent with one click.
Multi-agent delegation — compose agents into teams. Each sub-agent runs in its own context with specialized tools.
Drag-and-drop files, paste images, attach context to any message. Give your agent the visual and textual context it needs.
Manage MCP servers right from Settings. OAuth support with auto-recovery on token expiry. Drop Python functions as custom tools.
Autonomous web navigation via bundled Playwright MCP. Fill forms, extract data, take screenshots — all through natural language.
Know when agents finish. Native desktop notifications so you never miss a completed task, even when Console is in the background.
Open project folders in VS Code, Terminal, or Explorer with one click. Jump straight from Console into your favorite editor.
See what your agents are doing — reasoning steps, live status banners, sticky error alerts, and replayable run history. No surprises, no black boxes.
Works on Windows, macOS/Linux—checks prerequisites, installs dependencies, and you’re all set.
# Install (or upgrade)
irm https://raw.githubusercontent.com/sanchar10/copilot-console/main/scripts/install.ps1 | iex
# Start
copilot-console
# With mobile companion
copilot-console --expose --no-sleep
# Install (or upgrade)
curl -fsSL https://raw.githubusercontent.com/sanchar10/copilot-console/main/scripts/install.sh | bash
# Start
copilot-console
# With mobile companion
copilot-console --expose --no-sleep