给 Claude Code 加了个显示 GLM coding plan 剩余额度的状态栏
最近刚续费了智谱 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 安装:
via V2EX - 技术 (author: stanley0black)
最近刚续费了智谱 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
via V2EX - 技术 (author: stanley0black)