Display monthly AIC quota and usage in Copilot CLI (like IDE plugins do)
未关闭
area:models
- 主要语言
- Shell
- 星标
- 11.2k
- 派生
- 1.9k
- 平均合并
- 14 小时 16 分钟
- 30 天内合并 PR
- 6
描述
### 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_
贡献指南
调研方向
首先定位现有的 /usage 命令,并跟踪它如何获取和显示每个会话的 AIC 使用量。确定月度限额、使用量、百分比和重置时间是否可供 CLI 使用,然后让选定的命令显示全部四个值,并根据提议的示例验证输出。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- shell
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100