Copilot Session Dashboard
A local web dashboard that monitors all your GitHub Copilot CLI and Claude Code sessions in real-time. Designed for power users running multiple AI coding sessions simultaneously.
Installation
Option 1: From PyPI
pip install ghcp-cli-dashboard
Option 2: From Source
# Clone the repo
git clone https://github.com/JeffSteinbok/ghcpCliDashboard.git
cd ghcpCliDashboard
# Install in editable mode
pip install -e .
Usage
# Start the dashboard
copilot-dashboard start
# Start in background
copilot-dashboard start --background
# Check status
copilot-dashboard status
# Stop
copilot-dashboard stop
# Upgrade to the latest version (restarts automatically if running)
copilot-dashboard upgrade
# Start automatically at login (Windows)
copilot-dashboard autostart
copilot-dashboard autostart --port 8080 # custom port
copilot-dashboard autostart-remove # remove login startup
Open http://localhost:5111 in your browser.
Features
✨ New in v0.7
- Claude Code support — automatically discovers Claude Code sessions from
~/.claude/projects/. Active Claude sessions appear alongside Copilot sessions with a✦ Claudebadge. - Cross-machine sync — see active sessions from all your machines in one dashboard, powered by OneDrive or any cloud-synced folder. See Cross-Machine Sync for details.
- Settings menu — ☰ hamburger menu in the header with toggles for autostart-on-login and remote sync.
- Upgrade command —
copilot-dashboard upgradestops the server, upgrades via pip, and restarts automatically.
Session States
- Working / Thinking (green) — session is actively running tools or reasoning
- Waiting (yellow) — session needs your input (
ask_userorask_permissionpending) - Idle (blue) — session is done and ready for your next task
Key Features
- Desktop notifications — get alerts when sessions transition between states
- Focus window — bring an active session's terminal to the foreground with one click
- Restart commands — copy-pasteable
copilot --resume <id>commands for every session - Waiting context — shows what a waiting session is asking (e.g. the
ask_userquestion and choices) - Background tasks — shows count of running subagents per session
- Session details — click any session to see checkpoints, recent tool output, references, and conversation history
- Tile & List views — compact card grid or detailed expandable rows
- 9 color palettes and light/dark mode
Cross-Machine Sync
See active sessions from all your machines in one dashboard — powered by OneDrive, Google Drive, or any cloud-synced folder. No Git commits needed.
How it works:
- On each poll cycle, the dashboard exports your active sessions as JSON files to a shared cloud folder
- Other machines read those files and display them in a "Remote Sessions" section under Active
- Each machine only writes to its own subfolder — no sync conflicts
Auto-detection (priority order):
OneDriveCommercial(preferred — prevents data leakage to personal accounts)OneDriveConsumer- User Documents folder
Configuration (~/.copilot/dashboard-config.json):
{
"sync": {
"enabled": true,
"folder": "D:\\MyCloudSync"
}
}
- Set
"enabled": falseto disable sync entirely - Set
"folder"to override auto-detection with a specific path
What remote sessions show:
- Live state indicators (working, waiting, idle)
- Session summary, intent, branch, MCP servers, turn/checkpoint counts
- Machine name badge (e.g.
🖥️ LAPTOP-HOME)
What remote sessions don't show:
- No detail drill-down (checkpoints, turns, files)
- No focus or kill actions (those are local-only)
- No past/previous sessions from remote machines
Prerequisites
| Package | Purpose |
|---|---|
fastapi |
Web framework with auto-generated OpenAPI docs |
uvicorn |
ASGI server |
pywin32 |
Window focus and process detection (Windows-only) |
Both are installed automatically via pip install ghcp-cli-dashboard.
For more details on architecture, data sources, and API endpoints, see DEVELOPMENT.md.
Release files for ghcp-cli-dashboard 0.9.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ghcp_cli_dashboard-0.9.4.tar.gz | 1.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ghcp_cli_dashboard-0.9.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.1 MB
Release files / ghcp_cli_dashboard-0.9.4.tar.gz
| Download URL | ghcp_cli_dashboard-0.9.4.tar.gz |
|---|---|
| Size | 1.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d0480ef216f053740e8fc398dce0010f726b02d22ebc239114e7a9b4ed36ae7e
|
|
BLAKE2b-256 checksum How to use checksums |
1738ecd2160a9d9c492af309889e4eae27e7038e7efe64612cb6d095ef613ee5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 28, 2026.
Transparency logRelease files / ghcp_cli_dashboard-0.9.4-py3-none-any.whl
| Download URL | ghcp_cli_dashboard-0.9.4-py3-none-any.whl |
|---|---|
| Size | 1.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5aedb2aa65c104d6d0cafb23d278255d9870e4bceacf7b90f2cb0c1e0038b185
|
|
BLAKE2b-256 checksum How to use checksums |
ddbced4fc14212795080f803f9aff794217e1f13ec5351749d48292c3ef397cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jun 28, 2026.
Transparency log