[PR #60] [CLOSED] Support Github Copilot in case backend runs plus version #88

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

📋 Pull Request Information

Original PR: https://github.com/router-for-me/Cli-Proxy-API-Management-Center/pull/60
Author: @clstb
Created: 1/17/2026
Status: Closed

Base: mainHead: main


📝 Commits (2)

  • b6e711c feat: add user_code display for github device flow and fix translations\n\nCo-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
  • 33d4085 feat(quota): add github copilot quota support and refactor logs page effects

📊 Changes

15 files changed (+409 additions, -27 deletions)

View changed files

📝 package-lock.json (+15 -0)
src/assets/icons/github.svg (+3 -0)
📝 src/components/quota/index.ts (+1 -1)
📝 src/components/quota/quotaConfigs.ts (+196 -3)
📝 src/i18n/locales/en.json (+26 -0)
📝 src/i18n/locales/zh-CN.json (+26 -0)
📝 src/pages/LogsPage.tsx (+9 -12)
📝 src/pages/OAuthPage.tsx (+40 -3)
📝 src/pages/QuotaPage.module.scss (+12 -3)
📝 src/pages/QuotaPage.tsx (+19 -2)
📝 src/services/api/oauth.ts (+3 -1)
📝 src/stores/useQuotaStore.ts (+10 -2)
📝 src/types/quota.ts (+24 -0)
📝 src/utils/quota/constants.ts (+20 -0)
📝 src/utils/quota/validators.ts (+5 -0)

📄 Description

Backend change https://github.com/router-for-me/CLIProxyAPIPlus/pull/112


🔄 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/60 **Author:** [@clstb](https://github.com/clstb) **Created:** 1/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`b6e711c`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/b6e711ccc7594855ba28613f9c595feebd2f7ede) feat: add user_code display for github device flow and fix translations\n\nCo-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> - [`33d4085`](https://github.com/router-for-me/Cli-Proxy-API-Management-Center/commit/33d4085f062a81a1d712c181a200e478d7a9b585) feat(quota): add github copilot quota support and refactor logs page effects ### 📊 Changes **15 files changed** (+409 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+15 -0) ➕ `src/assets/icons/github.svg` (+3 -0) 📝 `src/components/quota/index.ts` (+1 -1) 📝 `src/components/quota/quotaConfigs.ts` (+196 -3) 📝 `src/i18n/locales/en.json` (+26 -0) 📝 `src/i18n/locales/zh-CN.json` (+26 -0) 📝 `src/pages/LogsPage.tsx` (+9 -12) 📝 `src/pages/OAuthPage.tsx` (+40 -3) 📝 `src/pages/QuotaPage.module.scss` (+12 -3) 📝 `src/pages/QuotaPage.tsx` (+19 -2) 📝 `src/services/api/oauth.ts` (+3 -1) 📝 `src/stores/useQuotaStore.ts` (+10 -2) 📝 `src/types/quota.ts` (+24 -0) 📝 `src/utils/quota/constants.ts` (+20 -0) 📝 `src/utils/quota/validators.ts` (+5 -0) </details> ### 📄 Description Backend change https://github.com/router-for-me/CLIProxyAPIPlus/pull/112 --- <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:30 +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#88
No description provided.