feat(minimax): add /usage support and fix MiniMax quota parsing (#869)

* Add MiniMax usage UI and API support

* Fix MiniMax usage parsing and refresh UI

* Refactor MiniMax usage handling
This commit is contained in:
JATMN
2026-04-24 21:33:22 -07:00
committed by GitHub
parent 44f9cac70d
commit 26413f6d30
10 changed files with 1385 additions and 2 deletions

View File

@@ -4,6 +4,5 @@ export default {
type: 'local-jsx',
name: 'usage',
description: 'Show plan usage limits',
availability: ['claude-ai'],
load: () => import('./usage.js'),
} satisfies Command