Initial commit: plan-usage - GLM & MiniMax statusline for Claude Code

This commit is contained in:
ren
2026-02-16 19:29:28 -03:00
commit fbe881face
2 changed files with 121 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "@renato97/plan-usage",
"version": "1.0.0",
"description": "GLM and MiniMax Coding Plan usage statusline for Claude Code",
"bin": {
"plan-usage": "./dist/index.js"
},
"keywords": ["claude-code", "statusline", "glm", "minimax", "coding-plan"],
"author": "renato97",
"license": "MIT"
}