v1.0.2 — Agent Eye
👁️ Introducing Agent Eye
This is the debut release under the Agent Eye name. The project formerly known as Copilot Dashboard (ghcp-cli-dashboard) has been rebranded and now ships as agenteye-app on PyPI, with a fresh logo, icons, and a native desktop/tray experience.
Agent Eye is a local dashboard that monitors all your GitHub Copilot CLI and Claude Code sessions in real time — built for power users running many AI coding sessions at once.
Installation
pip install agenteye-appAlready on the old package? Switch over:
pip uninstall ghcp-cli-dashboard
pip install agenteye-appThe command is still agenteye — for example, agenteye app to launch the native tray app, or agenteye start for the web dashboard.
Highlights
- New name & branding — Agent Eye, with updated logo and icons throughout the UI
- Native tray app —
agenteye appruns as a desktop app with system-tray integration (no separate browser tab) - Claude Code support — Copilot CLI and Claude Code sessions side by side
- Cross-machine sync — see active sessions from all your machines in one place
- Live state indicators — working / waiting / idle, with desktop notifications and one-click focus
Notes
- PyPI distribution name is
agenteye-app(the bareagenteyename belongs to an unrelated project).