feat(usage): claude quota tracker
This commit is contained in:
parent
fe49b61dfb
commit
f1bf027c68
4 changed files with 80 additions and 28 deletions
|
|
@ -105,4 +105,4 @@ export const ID_TO_ALIAS = Object.values(AI_PROVIDERS).reduce((acc, p) => {
|
|||
}, {});
|
||||
|
||||
// Providers that support usage/quota API
|
||||
export const USAGE_SUPPORTED_PROVIDERS = ["antigravity", "kiro", "github", "codex"];
|
||||
export const USAGE_SUPPORTED_PROVIDERS = [ "claude", "antigravity", "kiro", "github", "codex"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue