[PR #98] [MERGED] feat(quota): add Claude OAuth usage quota detection #101

Closed
opened 2026-02-27 16:42:33 +03:00 by kerem · 0 comments
Owner

📋 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: devHead: main


📝 Commits (1)

  • 83f6a1a feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/98 **Author:** [@razorback16](https://github.com/razorback16) **Created:** 2/9/2026 **Status:** ✅ Merged **Merged:** 2/12/2026 **Merged by:** [@LTbinglingfeng](https://github.com/LTbinglingfeng) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (1) - [`83f6a1a`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/83f6a1a9f9637cc630d0bfc8a8f7105ca5418308) feat(quota): add Claude OAuth usage quota detection ### 📊 Changes **12 files changed** (+335 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:42:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Cli-Proxy-API-Management-Center#101
No description provided.