Supra4E8C
808f44dd9c
fix: remove total latency references from ModelStatsCard and localization files
v1.8.2
2026-04-30 01:21:21 +08:00
Supra4E8C
d1733497ba
fix: add missing commas and improve code formatting in TokenBreakdownChart and UsagePage
2026-04-30 01:02:24 +08:00
Supra4E8C
7b49063264
Reapply "Improve token type distribution readability"
...
This reverts commit 7c02cc4f9a .
2026-04-30 00:07:54 +08:00
Supra4E8C
b20ce40705
fix(styles): adjust heights for top gradient blur and main header
2026-04-29 23:57:41 +08:00
Supra4E8C
c27707cbd1
feat(logs): integrate useLocalStorage for auto-refresh and filter states
2026-04-29 23:57:41 +08:00
Supra4E8C
0546f43337
fix(config): preserve antigravity credits absence
2026-04-29 23:57:41 +08:00
Supra4E8C and GitHub
b982b226dd
Merge pull request #247 from router-for-me/revert-235-improve-token-breakdown-readability
...
Revert "Improve token type distribution readability"
2026-04-29 23:53:33 +08:00
Supra4E8C and GitHub
7c02cc4f9a
Revert "Improve token type distribution readability"
2026-04-29 23:53:14 +08:00
Supra4E8C and GitHub
7c139429bb
Merge pull request #235 from Amamiya23/improve-token-breakdown-readability
...
Improve token type distribution readability
2026-04-29 23:52:35 +08:00
Supra4E8C and GitHub
eeb6ee8a06
Merge pull request #238 from xwil1/fix/log-panel-native-resize
...
fix(logs): make log panel natively resizable
2026-04-29 00:16:39 +08:00
Supra4E8C and GitHub
1f09d9b4bc
Merge pull request #234 from vvrfxyz/feature/usage-thinking-column
...
Show thinking intensity in request events
2026-04-29 00:15:41 +08:00
xwil1
3d2b3a763f
fix(logs): simplify native resize styles
2026-04-27 11:19:13 +08:00
xwil1
b4d5ffad8c
fix(logs): make log panel natively resizable
2026-04-27 11:07:49 +08:00
Amamiya23
bf030d10fc
Improve token type distribution readability
2026-04-25 19:34:21 +08:00
Supra4E8C
3a30fb8252
feat(LayoutStyles): remove box-shadow from various components for a cleaner design
v1.8.1
2026-04-25 13:39:09 +08:00
vvrf
de97726d3c
feat: show thinking intensity in request events
2026-04-25 08:35:18 +08:00
Supra4E8C
2f2a571d23
feat(AuthFiles): add disabled filter option and enhance delete confirmation messages
v1.8.0
2026-04-25 01:59:26 +08:00
Supra4E8C
03186e447d
feat(AiProviders): integrate OpenAI providers fetching and update config handling
2026-04-25 01:34:12 +08:00
Supra4E8C
60790b946c
feat(OAuthPage): add login and view auth files options for successful authentication
2026-04-25 01:22:27 +08:00
Supra4E8C
0095933238
Enhance Dashboard and Layout Styles
...
- Updated opacity and blur effects for background elements in DashboardPage.
- Adjusted radial gradient color mixes for visual consistency.
- Increased font sizes and modified letter spacing for improved readability in hero sections.
- Implemented a new glassmorphism effect with backdrop filters in various components.
- Refined sidebar styles, including width adjustments and hover effects.
- Enhanced header styles for better responsiveness and visual hierarchy.
- Introduced new gradient backgrounds and box shadows for a modern look.
- Improved mobile responsiveness with adjusted dimensions and layout properties.
2026-04-25 01:05:08 +08:00
Supra4E8C
0bd243e8db
feat(OpenAISection): enhance sorting and filtering UI components
2026-04-25 00:21:25 +08:00
Supra4E8C
3359d1782e
chore(ai-providers): remove unused model search styles
2026-04-24 23:17:53 +08:00
Supra4E8C
485fcbbe3d
fix(ai-providers): avoid nested model filter controls
2026-04-24 23:16:52 +08:00
Supra4E8C
d8d0538e3c
fix(ai-providers): avoid API key in OpenAI entry keys
2026-04-24 23:14:25 +08:00
Supra4E8C
5afc97dd08
fix(i18n): complete OpenAI provider locale keys
2026-04-24 23:12:56 +08:00
Supra4E8C and GitHub
fc8e2a8787
Merge pull request #212 from liucong2013/feat/openai-provider-ui-enhancements
...
增强AI提供商列表筛选、排序与布局
2026-04-24 23:11:14 +08:00
liucong2013
be92535c98
fix(openai): polish provider list overlays and i18n
2026-04-22 17:48:58 +00:00
liucong2013
b753145887
fix(openai): address provider UI review feedback
2026-04-20 16:21:05 +00:00
Supra4E8C and GitHub
b45639aa01
Merge pull request #223 from yousiki/fix/claude-team-plan-detection
...
fix(quota): detect Claude Team organizations instead of marking Free
v1.7.41
2026-04-20 23:45:50 +08:00
Supra4E8C
3212f6591b
feat(config): add session affinity routing settings
2026-04-20 23:44:22 +08:00
yousiki
c43df080fb
fix(quota): detect Claude Team organizations instead of marking Free
...
Claude Team accounts report has_claude_pro=false and has_claude_max=false,
so the plan detection fell through to plan_free even though the OAuth
profile clearly identifies an active Claude Team organization. Inspect
organization.organization_type and subscription_status before falling
back to Free, and add a plan_team label across locales.
Fixes router-for-me/Cli-Proxy-API-Management-Center#222
2026-04-20 14:35:32 +09:00
liucong2013
d81c5c93ec
Merge upstream/main into feat/openai-provider-ui-enhancements
2026-04-19 18:42:57 +00:00
liucong2013
389604825d
feat(openai): improve floating header behavior and provider cards
...
- align the floating OpenAI header with the original card layout on desktop
- disable the floating header on small screens
- refine spacing, borders, and toolbar positioning for the floating header
- keep long model names and aliases fully visible without overflowing cards
2026-04-19 18:10:13 +00:00
Supra4E8C
a28920de94
feat: enhance source information handling and disambiguation in usage components
v1.7.40
2026-04-18 23:34:40 +08:00
Supra4E8C
a1401d40c0
feat: enhance usage tracking with auth index support across providers
2026-04-18 18:14:22 +08:00
liucong2013
feff3f376c
Fix provider list scope and key stability
2026-04-17 21:34:00 +00:00
Supra4E8C and GitHub
cf41ca3edb
Merge pull request #216 from CtriXin/fix/usage-rfc3339-nanoseconds
...
fix(usage): normalize high-precision RFC3339 timestamps
v1.7.39
2026-04-17 23:17:07 +08:00
Supra4E8C
18544b79f9
fix(i18n): map zh-HK and zh-MO to zh-TW
2026-04-17 23:16:02 +08:00
Supra4E8C and GitHub
fa01f2a395
Merge pull request #206 from lmanchu/feat/add-zh-TW-locale
...
feat(i18n): add Traditional Chinese (Taiwan) locale (zh-TW)
2026-04-17 23:11:05 +08:00
liucong2013
e801844f3b
fix: improve OpenAI provider model dropdown behavior
2026-04-16 01:43:25 +00:00
xin
0c39e8d16f
fix(usage): handle Date inputs in timestamp parser
2026-04-15 19:55:50 +08:00
xin
496f9900c6
fix(usage): normalize high-precision RFC3339 timestamps
2026-04-15 19:12:48 +08:00
liucong2013
4c4856794f
feat(openai): add provider sorting and model filters
2026-04-14 22:58:26 +00:00
Supra4E8C
74badcac8b
fix(oauth): remove iflow cookie login
v1.7.38
2026-04-14 23:25:17 +08:00
Supra4E8C
70a12bba4f
fix(oauth): remove qwen oauth card
v1.7.37
2026-04-14 23:22:20 +08:00
lmanchu and lmanchu
30f14500c8
feat(i18n): add Traditional Chinese (Taiwan) locale
...
Add zh-TW as a new supported language, covering all 1500+ translation keys
with Taiwan-standard terminology and phrasing.
Changes:
- src/i18n/locales/zh-TW.json: new file, full Traditional Chinese translation
- src/i18n/index.ts: import and register zh-TW locale
- src/types/common.ts: add 'zh-TW' to Language union type
- src/utils/constants.ts: add zh-TW to LANGUAGE_ORDER and LANGUAGE_LABEL_KEYS
- src/utils/language.ts: add zh-tw/zh-hant browser locale detection
- src/i18n/locales/*.json: add chinese_tw label key to all locales
Co-authored-by: lmanchu <lman.chu@gmail.com >
2026-04-12 14:15:46 +08:00
Supra4E8C
5cbfbe8fea
feat(config): add antigravity credits visual toggle
v1.7.36
2026-04-12 00:41:53 +08:00
Supra4E8C
62cc7cc92d
fix(usage): match non-standard source ids
...
Include normalizeUsageSourceId(apiKey) in candidate ids so provider stats can match usage rows when source is classified as text (issue #198 ).
v1.7.35
2026-04-11 23:35:47 +08:00
Supra4E8C
7d58341941
fix(quota): distinguish codex pro plan labels
v1.7.34
2026-04-11 16:47:34 +08:00
Supra4E8C
74d9adc5fb
feat: add latency tracking and display enhancements across usage components
v1.7.33
2026-04-11 13:34:15 +08:00