Skip to content

v1.1.2 — copilot/auto pricing, CLI session detection & cost fixes

Choose a tag to compare

@YoavLax YoavLax released this 14 May 13:36

What's new

Bug Fixes

  • Fix CLI sessions not appearing when ~/.copilot/session-state/ didn't exist at launch — Copiscope now eagerly creates the directory at startup and watches ~/.copilot/ (parent) so sessions are detected even if the CLI was never run before.
  • Fix CLI workspace showing hash instead of name — new workspaces detected via file watcher now read workspace.json to resolve the real workspace name instead of displaying the storage hash.
  • Fix CLI session cost always showing $0 — token metrics from session.shutdown are now passed through cost estimation (including cache-write tokens), so completed CLI sessions show accurate cost and token breakdown.

Improvements

  • copilot/auto model pricing — the Auto model is now priced at Claude Sonnet rates minus 10% (output $13.50/M, input $2.70/M), matching GitHub's advertised discount.