mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 07:35:56 +03:00
[PR #98] [MERGED] feat(quota): add Claude OAuth usage quota detection #101
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cli-Proxy-API-Management-Center#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/98
Author: @razorback16
Created: 2/9/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @LTbinglingfeng
Base:
dev← Head:main📝 Commits (1)
83f6a1afeat(quota): add Claude OAuth usage quota detection📊 Changes
12 files changed (+335 additions, -4 deletions)
View changed files
📝
src/components/quota/index.ts(+1 -1)📝
src/components/quota/quotaConfigs.ts(+155 -1)📝
src/i18n/locales/en.json(+20 -0)📝
src/i18n/locales/ru.json(+20 -0)📝
src/i18n/locales/zh-CN.json(+20 -0)📝
src/pages/QuotaPage.module.scss(+9 -0)📝
src/pages/QuotaPage.tsx(+7 -0)📝
src/stores/useQuotaStore.ts(+9 -1)📝
src/types/quota.ts(+40 -0)📝
src/utils/quota/constants.ts(+19 -0)📝
src/utils/quota/parsers.ts(+18 -1)📝
src/utils/quota/validators.ts(+17 -0)📄 Description
Add Claude quota section to the Quota Management page, using the Anthropic OAuth usage API (api.anthropic.com/api/oauth/usage) to display utilization across all rate limit windows (5-hour, 7-day, Opus, Sonnet, etc.) and extra usage credits.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.