Skip to content

v1.1.0 — GitHub Copilot CLI Support

Choose a tag to compare

@YoavLax YoavLax released this 13 May 12:15

What's New

GitHub Copilot CLI Support

Copiscope now tracks sessions from the GitHub Copilot CLI (gh copilot) in addition to VS Code.

  • CLI session discovery — sessions are read from ~/.copilot/session-state/, grouped by project directory, and shown alongside VS Code sessions in the sidebar
  • Token data — extracted from the session.shutdown event's modelMetrics field, showing per-model input/output/cache/reasoning token counts
  • workspace.yaml parsing — project name, cwd, and timestamps from each CLI session directory
  • Real-time file watching~/.copilot/session-state/ is monitored for new sessions and live updates
  • Visual differentiator — orange CLI badge on workspace names and session rows; orange "GitHub Copilot CLI Session" banner in the detail view
  • Config health checks — scans ~/.copilot/copilot-instructions.md

Tests

17 new tests added (47 total pass).