github / github/copilot-cli

Persist usage statistics (currently only shown once when CLI exits)

未關閉
#1,394 4 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
area:sessions
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the feature or problem you'd like to solve

Copilot CLI does not persist usage statistics (premium requests, token usage per model)

### Proposed solution

Copilot CLI does not provide usage statistics for individual users on an Enterprise plan.

Therefore, I asked Copilot CLI to generate a Python script to analyze its own data in `~/.copilot/` directory (see screenshot in context).

Unfortunately the following valuable information is currently only shown once to the user but not persisted in `events.jsonl` or other files:

```
Total usage est: 7 Premium requests
API time spent: 2m 59.626s
Total session time: 12m 15.77s
Total code changes: +206 -77
Breakdown by AI model:
claude-sonnet-4.5 453.0k in, 13.1k out, 405.7k cached (Est. 7 Premium requests)
```

When user exits Copilot CLI, please write information above into `~/.copilot/session-state/events.jsonl` (e.g. as part of message with type `abort`) or another file. Please ensure that statistics cover the entire session (including continuations).

### Example prompts or workflows

_No response_

### Additional context

Image

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。