mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-04-25 15:45:53 +03:00
[PR #60] [CLOSED] Support Github Copilot in case backend runs plus version #88
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#88
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/60
Author: @clstb
Created: 1/17/2026
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
b6e711cfeat: 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>33d4085feat(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.