Your command center for GitHub Copilot CLI.
Stop juggling session IDs. DeepSky gives you a sleek desktop app to manage, search, and switch between all your Copilot CLI sessions — so you can focus on building, not bookkeeping.
Copilot CLI is powerful, but managing sessions is painful. You're copying UUIDs, grepping through directories, and losing track of what's running. DeepSky fixes all of that with a visual interface purpose-built for power users.
- Visual sidebar with all your sessions — active and historical — searchable by title, tags, or linked resources
- Concurrent sessions — keep multiple sessions alive in the background with smart eviction when you hit the limit
- Session rename — double-click any title to give it a meaningful name
- Instant resume — click to reopen any past session exactly where you left off
- Full-featured terminal with 10,000-line scrollback, link detection, and clipboard support
- Multi-tab interface — switch between sessions like browser tabs
- Seamless session switching without losing state
- Find sessions by title, tags, PR numbers, work item IDs, or repo names
- Resource panel — every session shows its linked PRs, work items, repos, and wiki pages as clickable links
- Real-time alerts when tasks complete, sessions error out, or input is needed
- Badge counter, dropdown panel, toast popups, and native OS notifications
- Never miss a completed build or a session waiting for input again
- Built-in viewer for your
copilot-instructions.mdwith Markdown rendering, collapsible sections, and table of contents - Import/export and merge instructions across projects
- Catppuccin themes — Mocha (dark) and Latte (light), because aesthetics matter
- Keyboard-first —
Ctrl+Nnew session,Ctrl+Tabswitch,Ctrl+Wclose,Escdismiss - Auto-updates — new versions download and install in the background
- Download the latest
DeepSky Setup x.x.x.exefrom Releases - Run the installer — installs to your user profile with a Start Menu entry
- Launch DeepSky from the Start Menu
Prerequisite: GitHub Copilot CLI —
winget install github.copilot
git clone https://github.com/itsela-ms/DeepSky.git
cd DeepSky
npm install
npm startDeepSky checks for updates automatically on startup. You can also check manually via Settings → About → Check for Updates. Downloads happen in the background — click Restart & Update when ready.
| Shortcut | Action |
|---|---|
Ctrl+N |
New session |
Ctrl+Tab |
Next tab |
Ctrl+Shift+Tab |
Previous tab |
Ctrl+W |
Close tab |
Ctrl+V / Shift+Ins |
Paste |
Esc |
Dismiss panels / clear search |
MIT