Skip to content

v1.0.2 — Agent Eye

Choose a tag to compare

@JeffSteinbok JeffSteinbok released this 28 Jun 06:59
· 4 commits to main since this release

👁️ 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-app

Already on the old package? Switch over:

pip uninstall ghcp-cli-dashboard
pip install agenteye-app

The 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 appagenteye app runs 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 bare agenteye name belongs to an unrelated project).