最近刚续费了智谱 Coding Plan 。平时 vibe coding 的时候,总想顺手看一眼 GLM 当前 5 小时额度还剩多少,不想再切网页。
看到 Codex 底部状态栏这种形式挺顺手,就给 Claude Code 搓了个小工具,会在底部显示类似:
GLM Lite | 5h left 91% | reset 14:47
GLM 91% | 14:47
GLM Lite ■□□□□□□□□□ 91% | 14:47
仓库: https://github.com/deluo/glm-quota-line
npm 安装:
npm install -g glm-quota-line
glm-quota-line install
1
codingerj 10 小时 17 分钟前
|
2
stanley0black OP @codingerj 没用完觉得浪费,不够用吧也焦虑,必须安排一个工具来实时查看
|
4
jqknono 8 小时 32 分钟前
![]() 接入 vscode copilot 可以用这个 https://marketplace.visualstudio.com/items?itemName=techfetch-dev.coding-plans-for-copilot |
5
finull 6 小时 25 分钟前
|
6
defaw 5 小时 17 分钟前
有个小问题,不兼容 cc switch 的代理模式,不过从原理上来说也确实没法兼容,因为拿不到 api key
|