Display monthly AIC quota and usage in Copilot CLI (like IDE plugins do)
- Dominant language
- Shell
- Stars
- 11.2k
- Forks
- 1.9k
- Avg merge
- 14h 16m
- Merged PRs (30d)
- 6
Description
### Describe the feature or problem you'd like to solve
Currently, the Copilot CLI only shows per-session AIC usage via the /usage command. However, IDE plugins (like IntelliJ) display monthly quota information (e.g., "6219/12000 used, 52% of monthly limit").
### Proposed solution
Add a command (e.g., /quota or extend /usage) that displays:
- Monthly AIC limit (e.g., 12,000)
- AIC used this month (e.g., 6,219)
- Percentage used (e.g., 52%)
- Days until reset (e.g., "Resets in 6 days")
### Example prompts or workflows
_No response_
### Additional context
_No response_
Contributor guide
Research direction
Start by locating the existing /usage command and tracing how it obtains and displays per-session AIC usage. Determine whether monthly limit, usage, percentage, and reset timing are available to the CLI, then make the selected command display all four values and verify the output against the proposed example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100