You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README and statusline preview to reflect GitHub AI Credits (AIC) terminology; enhance model normalization and rendering logic for AIC in payloads
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
> ⚠️ **Unofficial.** This is a community project and is **not affiliated with, endorsed by, or supported by GitHub**. It reads the OpenTelemetry traces the [GitHub Copilot CLI](https://docs.github.com/en/copilot/concepts/agents/copilot-cli/about-copilot-cli) already emits — nothing more.
11
11
12
-
A zero-config **statusline + local dashboard** that turns Copilot CLI's OpenTelemetry traces into a real-time, model-aware view of your **token usage and estimated spend** — without your data ever leaving your machine.
12
+
A zero-config **statusline + local dashboard** that turns Copilot CLI's OpenTelemetry traces into a real-time, model-aware view of your **token usage and estimated GitHub AI Credits (AIC)** — without your data ever leaving your machine.
13
13
14
14

15
15
@@ -49,9 +49,9 @@ Three styles, controlled by `COPILOT_COST_FORMAT`:
49
49
50
50
| Format | Aliases | Example |
51
51
| --- | --- | --- |
52
-
|`standard`|_default_|`$1.2522 · 1.5M in / 7.9k out · 1.5M cache`|
2.**Aggregate** — on every render, recent spans are read, `gen_ai.usage.*` counters and `gen_ai.request.model` are extracted, and rolled up by session / model / day.
113
-
3.**Price** — token counts are multiplied by a bundled pricing snapshot (refreshable from [Copilot models & pricing](https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing)) to produce an **estimated** USD cost.
113
+
3.**Price** — token counts are multiplied by a bundled pricing snapshot (refreshable from [Copilot models & pricing](https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing)) to produce **estimated**GitHub AI Credits (AIC). The `full` statusline also shows the equivalent USD conversion.
114
114
4.**Render** — a one-line statusline, plus an optional local web dashboard.
115
115
116
116
More on the underlying telemetry pipeline: [Copilot OpenTelemetry observability](https://docs.github.com/en/copilot/how-tos/copilot-sdk/observability/opentelemetry).
0 commit comments