[PR #26] [CLOSED] Add other changes #68

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

📋 Pull Request Information

Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/26
Author: @neutrobox
Created: 12/19/2025
Status: Closed

Base: mainHead: add-other-changes


📝 Commits (10+)

  • 6df1b22 feat(auth): add GitHub Copilot and Kiro OAuth support
  • 9e419c1 refactor(auth): fix hardcoded translation keys and consolidate OAuthProvider type
  • 6b1f75a Merge pull request #1 from davidyusaku-13/feat/add-github-copilot-kiro-oauth
  • adc71d6 feat: add Antigravity quota display in auth files page
  • 476bc19 Merge remote-tracking branch 'upstream/main'
  • 3763114 feat: simplify quota display by merging shared quotas
  • 934e2f1 fix: simplify quota modal title
  • 12d6c1f fix: filter out chat_ models and Other category from quota display
  • 1f38b40 Merge upstream: remote OAuth callback, usage optimization
  • 25ddd56 Merge branch 'main' of https://github.com/Zhang161215/Cli-Proxy-API-Management-Center into add-other-changes

📊 Changes

14 files changed (+1739 additions, -20 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 src/components/ui/icons.tsx (+18 -0)
📝 src/i18n/locales/en.json (+22 -0)
📝 src/i18n/locales/zh-CN.json (+22 -0)
📝 src/pages/AuthFilesPage.module.scss (+112 -0)
📝 src/pages/AuthFilesPage.tsx (+151 -1)
📝 src/pages/OAuthPage.tsx (+11 -9)
src/pages/OAuthPage_BACKUP_729.tsx (+403 -0)
src/pages/OAuthPage_BASE_729.tsx (+291 -0)
src/pages/OAuthPage_LOCAL_729.tsx (+377 -0)
src/pages/OAuthPage_REMOTE_729.tsx (+293 -0)
📝 src/services/api/authFiles.ts (+22 -0)
📝 src/services/api/oauth.ts (+13 -2)
📝 src/types/oauth.ts (+2 -8)

📄 Description

No description provided


🔄 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/26 **Author:** [@neutrobox](https://github.com/neutrobox) **Created:** 12/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-other-changes` --- ### 📝 Commits (10+) - [`6df1b22`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/6df1b228a6377e6a2ecf642abc4b7c3c83a274c8) feat(auth): add GitHub Copilot and Kiro OAuth support - [`9e419c1`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/9e419c1acada800600e366e772960bea0782b32a) refactor(auth): fix hardcoded translation keys and consolidate OAuthProvider type - [`6b1f75a`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/6b1f75a6aca5324fa06afefca6294b142e2ce702) Merge pull request #1 from davidyusaku-13/feat/add-github-copilot-kiro-oauth - [`adc71d6`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/adc71d6b03d3e221bce560ae7ddc2d173abaa0ea) feat: add Antigravity quota display in auth files page - [`476bc19`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/476bc19dde8383433cd7f6e924d1cdc0a9314d32) Merge remote-tracking branch 'upstream/main' - [`3763114`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/376311496f2eb35cdaee6f7f2cb72f0e1af164c3) feat: simplify quota display by merging shared quotas - [`934e2f1`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/934e2f116bccfb33601a826c18a25b1b9c6e9af6) fix: simplify quota modal title - [`12d6c1f`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/12d6c1ff4b18a75a072407c26311926c452de746) fix: filter out chat_ models and Other category from quota display - [`1f38b40`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/1f38b404a8a717a8a569396f5abd5596dfbc0825) Merge upstream: remote OAuth callback, usage optimization - [`25ddd56`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/25ddd5674464725afd29ce34f87f213354cf9944) Merge branch 'main' of https://github.com/Zhang161215/Cli-Proxy-API-Management-Center into add-other-changes ### 📊 Changes **14 files changed** (+1739 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `src/components/ui/icons.tsx` (+18 -0) 📝 `src/i18n/locales/en.json` (+22 -0) 📝 `src/i18n/locales/zh-CN.json` (+22 -0) 📝 `src/pages/AuthFilesPage.module.scss` (+112 -0) 📝 `src/pages/AuthFilesPage.tsx` (+151 -1) 📝 `src/pages/OAuthPage.tsx` (+11 -9) ➕ `src/pages/OAuthPage_BACKUP_729.tsx` (+403 -0) ➕ `src/pages/OAuthPage_BASE_729.tsx` (+291 -0) ➕ `src/pages/OAuthPage_LOCAL_729.tsx` (+377 -0) ➕ `src/pages/OAuthPage_REMOTE_729.tsx` (+293 -0) 📝 `src/services/api/authFiles.ts` (+22 -0) 📝 `src/services/api/oauth.ts` (+13 -2) 📝 `src/types/oauth.ts` (+2 -8) </details> ### 📄 Description _No description provided_ --- <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:25 +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#68
No description provided.