kongkongyo
81d622ed2e
chore: bump version to 1.1.0
v1.1.0
2026-02-03 12:21:27 +08:00
kongkongyo
dd21ec2c72
feat: add Kiro OAuth login support
...
- Add Kiro icon (kiro.svg)
- Add Kiro OAuth with AWS Builder ID and Identity Center (IDC) support
- Add Kiro refreshToken import functionality
- Add i18n translations for Kiro OAuth (en/zh-CN)
Merged from PR #13 with upstream ProviderNav changes preserved
2026-02-03 12:12:03 +08:00
kongkongyo
f54172e2df
Merge remote-tracking branch 'upstream/main'
2026-02-03 12:03:57 +08:00
LTbinglingfeng
bca7082bb0
feat(ProviderNav): enhance indicator functionality and improve mobile navigation experience
v1.3.2
2026-02-03 00:06:21 +08:00
Lany798
a61893d102
feat: add Kiro OAuth login support
...
- Add Kiro OAuth card to OAuthPage with AWS Builder ID and IDC login
- Support refreshToken import from Kiro IDE
- Add kiro.svg icon
- Add i18n translations for zh-CN and en
2026-02-02 22:43:26 +08:00
kongkongyo
8513bd4186
chore: bump version to 1.0.9
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
v1.0.9
2026-02-02 21:45:40 +08:00
kongkongyo
d996b95f0a
Merge pull request #11 : feat: add Kiro quota display support
...
新增 Kiro (AWS CodeWhisperer) 额度查看功能:
- 配额页面新增 Kiro 额度区块
- 显示基础额度、赠送额度、合计额度
- 显示订阅类型和重置时间
- 支持单个刷新和批量获取
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-02 21:43:04 +08:00
kongkongyo
c4642444ef
Merge pull request #12 from router-for-me/main
...
sync: merge upstream router-for-me/Cli-Proxy-API-Management-Center
主要更新:
- 登录页面重新设计(分屏布局 + 自动登录 UI)
- AI 提供商编辑改为独立页面(替代弹窗模式)
- 新增浮动导航侧边栏,支持快速跳转
- OAuth 模型别名和排除模型编辑页面
- 新增多个模型图标(Codex、DeepSeek、GLM、Grok、Kimi、MiniMax)
- 页面过渡动画优化,防止空白闪烁
- 日志页面新增原始日志显示开关
- 移动端响应式布局优化
- 配额管理新增认证类型统计
冲突解决:
- src/stores/index.ts: 保留本地 useDisabledModelsStore 和 PR 的 useOpenAIEditDraftStore
- src/pages/AiProvidersPage.tsx: 采用 PR 版本(页面导航重构)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-02 21:38:04 +08:00
LTbinglingfeng
f8c4a434ed
feat(ProviderNav): update mobile layout to use bottom floating navigation and improve scroll handling
v1.3.1
2026-02-01 02:24:05 +08:00
LTbinglingfeng
237cca5680
feat(PageTransition): enhance layer management to prevent blank flashes during transitions
2026-02-01 02:18:14 +08:00
LTbinglingfeng
f0735dbc1e
feat(store): add OpenAI edit draft state management
2026-02-01 00:48:28 +08:00
Lany798
f77cbad98e
feat: add Kiro (AWS CodeWhisperer) quota display support
...
- Add Kiro quota types (KiroFreeTrialInfo, KiroUsageBreakdown, KiroQuotaPayload, KiroQuotaState)
- Add Kiro API constants and request headers
- Add isKiroFile validator and parseKiroQuotaPayload parser
- Add KIRO_CONFIG with fetchKiroQuota and renderKiroItems
- Add kiroQuota state to useQuotaStore
- Add Kiro QuotaSection to QuotaPage
- Add Kiro styles (.kiroGrid, .kiroControls, .kiroControl, .kiroCard)
- Add i18n translations for kiro_quota (zh-CN and en)
Features:
- Separate display for base credits and bonus credits (freeTrialInfo)
- Total credits summary
- Correct parsing of seconds timestamp (scientific notation like 1.769904E9)
- Reset time display
- Subscription type display
2026-01-31 23:47:46 +08:00
Supra4E8C
c6fabcb6bc
fix(ui): sync provider quick switch highlight with scroll target
v1.3.0
2026-01-31 17:12:59 +08:00
Supra4E8C
460519ed00
feat: add Codex icons and update references in components
2026-01-31 17:06:27 +08:00
Supra4E8C
1053e91fe4
refactor: move modelsToEntries and entriesToModels to modelInputListUtils for better organization
2026-01-31 16:43:46 +08:00
Supra4E8C
b4d08dd0d7
style(auth-files): add centered padding for OAuth edit pages
2026-01-31 16:12:46 +08:00
Supra4E8C
1502e14ca7
feat: add auth type counts and hide disabled quotas
2026-01-31 16:05:48 +08:00
Supra4E8C
7b77520526
fix
2026-01-31 16:00:40 +08:00
Supra4E8C
525541ea0d
feat(ui): add model icons and categories, tweak login redirect delay
2026-01-31 15:53:03 +08:00
Supra4E8C
e7a33f8852
feat(login): enhance error handling with localized messages for various connection issues
2026-01-31 15:24:56 +08:00
Supra4E8C
70968bbc4c
feat(login): add auto-login splash UI and simplify app startup
2026-01-31 15:21:13 +08:00
Supra4E8C
c93030370e
feat(login): redesign login page with split layout
2026-01-31 14:59:00 +08:00
LTbinglingfeng
96307873c5
fix(ui): remove focus outline on logs tabs
2026-01-31 13:18:35 +08:00
LTbinglingfeng
b4eb2d790c
fix: remove unused variables and clean up PageTransition component
2026-01-31 12:40:41 +08:00
LTbinglingfeng
3d33958d9e
fix
2026-01-31 02:03:17 +08:00
LTbinglingfeng
e4c5f80b02
feat: add configuration loading and error handling to AiProvidersPage
2026-01-31 01:26:49 +08:00
LTbinglingfeng
291f67e2b9
feat: add floating provider navigation sidebar to AI providers page
2026-01-31 01:09:55 +08:00
LTbinglingfeng
3cdcb7a2a3
feat: enhance scroll position management during page transitions
2026-01-31 00:36:13 +08:00
LTbinglingfeng
3d83d0bfe2
style: add shared content width constraint to AI provider edit pages
2026-01-30 23:35:41 +08:00
LTbinglingfeng
129d89cf67
feat: improve error handling and manage component mount state in AiProvidersAmpcodeEditPage
2026-01-30 02:00:35 +08:00
LTbinglingfeng
5c85df486e
feat: replace AI provider modals with dedicated edit pages
2026-01-30 01:30:36 +08:00
LTbinglingfeng
34b6d114d3
feat: add toggle for showing raw logs and update log display logic
2026-01-30 00:01:12 +08:00
LTbinglingfeng
94f0038f19
style: update settings card and header for mobile responsiveness
2026-01-29 23:42:07 +08:00
Supra4E8C
aa9c7d89f9
Merge pull request #74 from router-for-me/codex/remove-blue-box-from-log-view
...
Remove blue focus ring from Logs page tabs
2026-01-29 20:12:26 +08:00
Supra4E8C
9bbf61e1b6
Remove focus outline from logs tabs
2026-01-29 20:09:49 +08:00
Supra4E8C
73198d6929
Merge pull request #73 from router-for-me/codex/fix-base-url-handling-for-openai-interface
...
Fix OpenAI test endpoint to preserve /v1 base path
2026-01-29 19:58:55 +08:00
Supra4E8C
ab86fcf674
Fix OpenAI test endpoint base URL
2026-01-29 19:57:09 +08:00
LTbinglingfeng
a88078e171
refactor(PageTransition): optimize layer management and transition handling
2026-01-29 03:10:04 +08:00
LTbinglingfeng
8148851a06
feat: add OAuth model alias editing page and routing
2026-01-29 02:21:04 +08:00
kongkongyo
dcdb20159b
chore: bump version to 1.0.8
...
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
v1.0.8
2026-01-28 10:29:14 +08:00
kongkongyo
54e6121234
Merge pull request #8 from router-for-me/main
...
Merge branch 'router-for-me:main' into feature
2026-01-28 10:25:53 +08:00
LTbinglingfeng
8b3c4189f1
fix(providers): use /chat/completions for OpenAI test requests
v1.2.28
2026-01-28 00:17:31 +08:00
hkfires
db5fb0d125
refactor(i18n): rename model alias translation keys
2026-01-27 15:38:07 +08:00
hkfires
9515d88e3c
feat(ui): add model checklist for oauth exclusions
2026-01-27 14:56:23 +08:00
hkfires
2bf721974b
feat(auth): load model lists via /model-definitions/{channel} instead of per-file
...
model sources.
2026-01-27 14:27:26 +08:00
hkfires
0c53dcfa80
docs(i18n): rename model mappings to aliases in ui strings
2026-01-27 12:00:42 +08:00
kongkongyo
6096ffc94e
docs: 更新 README 中的 GitHub 仓库链接为正确的地址
2026-01-25 23:14:41 +08:00
kongkongyo
77fe9905b1
Merge branch 'main' of https://github.com/kongkongyo/Cli-Proxy-API-Management-Center
v1.0.7
2026-01-25 15:54:44 +08:00
kongkongyo
eaaa8f6e80
chore: bump version to 1.0.7
2026-01-25 15:53:49 +08:00
kongkongyo
4932374bdd
Merge pull request #5 from router-for-me/main
...
Merge branch 'router-for-me:main' into feature
2026-01-25 15:53:04 +08:00