Commit Graph

  • 62cc7cc92d fix(usage): match non-standard source ids v1.7.35 Supra4E8C 2026-04-11 23:35:47 +08:00
  • 7d58341941 fix(quota): distinguish codex pro plan labels v1.7.34 Supra4E8C 2026-04-11 16:47:34 +08:00
  • 74d9adc5fb feat: add latency tracking and display enhancements across usage components v1.7.33 Supra4E8C 2026-04-11 13:34:15 +08:00
  • e33c8906cb Merge pull request #193 from LucasInsight/feat/request-time-display Supra4E8C 2026-04-11 13:20:44 +08:00
  • f408e56ca7 feat(authFiles): enhance header validation and error handling in editor v1.7.32 Supra4E8C 2026-04-11 13:15:06 +08:00
  • cd2f19bb16 Merge pull request #191 from DEAN-Cherry/feat/custom-headers-auth-files Supra4E8C 2026-04-11 13:01:13 +08:00
  • c20f705723 fix(ai-providers): include base-url when deleting provider configs v1.7.31 Supra4E8C 2026-04-09 23:58:09 +08:00
  • d84cf61915 feat: improve usage latency formatting Michael 2026-04-05 11:14:46 +08:00
  • 13a0283e00 feat(usage): show request time in usage stats Michael 2026-04-05 01:36:36 +08:00
  • b5aaba447b fix(authFiles): address PR review comments for custom headers Bryan Nie 2026-04-04 21:33:11 +08:00
  • 3345fa2b88 feat(authFiles): support customizing headers for auth files Bryan Nie 2026-04-04 21:03:16 +08:00
  • 7747c95afb fix(config): make visual dirty tracking strictmode-safe v1.7.30 Supra4E8C 2026-04-03 02:42:41 +08:00
  • d94321d2d6 chore(config): remove unused import Supra4E8C 2026-04-03 01:52:33 +08:00
  • 7333e98db0 perf(config): gate visual editor observers by layer Supra4E8C 2026-04-03 01:46:23 +08:00
  • 66a03364a7 perf(config): lazy-mount source editor Supra4E8C 2026-04-03 01:45:20 +08:00
  • de0ebf310d perf(config): remove stringify dirty tracking Supra4E8C 2026-04-03 01:39:16 +08:00
  • b88eb47918 perf(claude): replace signature dirty tracking Supra4E8C 2026-04-03 01:33:11 +08:00
  • 5527c1e5d4 perf(openai): replace signature dirty tracking Supra4E8C 2026-04-03 01:33:05 +08:00
  • 73e260c37f perf(ai-providers): lighten dirty checks for edits Supra4E8C 2026-04-03 01:32:49 +08:00
  • 4d3bd279a0 fix(usage): resolve nullable merge in index Supra4E8C 2026-04-03 01:32:35 +08:00
  • f8455dcdb8 perf(usage): streamline pre-index collection Supra4E8C 2026-04-03 00:54:09 +08:00
  • 0eaf3e84e9 perf(ai-providers): fully disable background refresh Supra4E8C 2026-04-03 00:52:14 +08:00
  • 811b5958e5 perf(page-transition): stabilize layer context Supra4E8C 2026-04-03 00:49:33 +08:00
  • 5ad32a1892 perf(styles): degrade glass blur on mobile Supra4E8C 2026-04-03 00:04:26 +08:00
  • ab6ead7027 perf(ai-providers): disable background stats refresh Supra4E8C 2026-04-03 00:00:46 +08:00
  • 6637bc70a0 perf(ai-providers): index usage details by source Supra4E8C 2026-04-02 23:58:48 +08:00
  • 5a7b7e0b52 fix(auth-files): optimize status bar cache Supra4E8C 2026-04-02 23:52:12 +08:00
  • f3b0bde343 fix(usage): guard service health tooltip anchor v1.7.28 Supra4E8C 2026-04-01 23:51:08 +08:00
  • 4b4e37d4fd fix(auth-files): persist auth files UI state in localStorage v1.7.27 Supra4E8C 2026-03-30 13:19:57 +08:00
  • 8d256dbebf Merge pull request #180 from paulbettner/fix/notranslate-management-ui v1.7.26 Supra4E8C 2026-03-30 13:02:53 +08:00
  • 05de780e15 Remove redundant body notranslate markers paulbettner 2026-03-29 18:44:07 -05:00
  • 66c26191d8 Prevent browser translation from mutating the app shell paulbettner 2026-03-29 18:05:49 -05:00
  • 7aa6744f20 refactor(VisualConfigEditor): simplify floating element positioning and style management v1.7.25 Supra4E8C 2026-03-28 06:36:43 +08:00
  • 7e4e87bda5 feat(DashboardPage): add dynamic greetings and time-based messages Supra4E8C 2026-03-28 06:23:18 +08:00
  • 4b28d8a496 refactor(auth-files): replace regex search with wildcard matching v1.7.24 Supra4E8C 2026-03-28 02:40:27 +08:00
  • d23daddc0b feat(QuotaSection): update button styles and text for refresh functionality v1.7.23 Supra4E8C 2026-03-28 02:20:02 +08:00
  • 3f2078a45b feat(QuotaCard, QuotaSection): add refresh functionality and styling for quota messages Supra4E8C 2026-03-28 02:13:31 +08:00
  • 2534578eae fix(quota): use three-color thresholds for quota change indicators Supra4E8C 2026-03-28 02:05:31 +08:00
  • 135619ff49 feat(AuthFilesPage): add regex search mode with validation and toggle feat(i18n): update search placeholders and error messages for regex support feat(uiState): include regex search mode in AuthFiles UI state feat(regexSafety): implement regex safety check to prevent catastrophic backtracking v1.7.22 Supra4E8C 2026-03-28 01:52:55 +08:00
  • 3868ca172e Merge pull request #166 from Xvvln/feat/expandable-payload-inputs Supra4E8C 2026-03-28 01:10:30 +08:00
  • 6006efb00a feat(ServiceHealthCard): implement tooltip positioning and rendering logic Supra4E8C 2026-03-28 01:08:00 +08:00
  • 4d864d182e refactor(authFiles): simplify AuthFilesPage filter and card styles Supra4E8C 2026-03-28 00:19:10 +08:00
  • a388f72f5f feat(authFiles): enhance file upload and deletion handling with batch processing v1.7.21 Supra4E8C 2026-03-27 23:22:38 +08:00
  • 75f4c7cd1a chore(storage): clarify local storage is obfuscation v1.7.20 Supra4E8C 2026-03-27 22:06:45 +08:00
  • 163c1ac29d fix(openai): treat Authorization header as case-insensitive Supra4E8C 2026-03-27 22:03:57 +08:00
  • 1bf7b23f75 fix(config): invalidate in-flight fetch on section updates Supra4E8C 2026-03-27 22:01:40 +08:00
  • f66deb36dd fix(models): avoid cross-session stale model cache Supra4E8C 2026-03-27 21:49:22 +08:00
  • 0273d3c8fd fix(config): refresh global store after yaml save Supra4E8C 2026-03-27 21:47:04 +08:00
  • 208a26441d fix(config): prevent mobile section jump scroll conflicts Supra4E8C 2026-03-27 21:15:06 +08:00
  • af36f6fb2d fix(config): keep mobile action status visible Supra4E8C 2026-03-27 19:47:41 +08:00
  • f9ef96a501 fix(ui): make modals safer on small screens Supra4E8C 2026-03-27 19:42:54 +08:00
  • 12103835ec fix(config): tighten visual editor small-screen layout Supra4E8C 2026-03-27 19:40:22 +08:00
  • 8ac6b3bcfa feat(config): add mobile section quick navigation Supra4E8C 2026-03-27 19:38:29 +08:00
  • b823bc38ea feat(ConfigPage, VisualConfigEditor): integrate page transition layer for improved rendering control v1.7.19 Supra4E8C 2026-03-27 19:23:00 +08:00
  • 33462df1ff feat(AiProviders): add model selection and toolbar for visible models Supra4E8C 2026-03-27 19:11:35 +08:00
  • 1318cfaf86 feat(Select): improve dropdown positioning and style management v1.7.18 Supra4E8C 2026-03-27 18:36:38 +08:00
  • 4587df2bdb feat(AuthFilesPage): add persistent compact mode state management Supra4E8C 2026-03-27 18:18:53 +08:00
  • 922dc7d622 fix(auth-files): make auth file grid responsive to screen width v1.7.17 Supra4E8C 2026-03-27 18:07:32 +08:00
  • 70d7c224ce feat(styles): refactor filter section layout and improve filter tag styling v1.7.16 Supra4E8C 2026-03-25 18:21:44 +08:00
  • 2dcba439ad feat(styles): simplify filterAllIconWrap background and shadow styles v1.7.15 Supra4E8C 2026-03-22 23:42:36 +08:00
  • bf8dafcab5 feat(styles): update card background gradients and synchronize theme colors Supra4E8C 2026-03-22 23:38:27 +08:00
  • 693d821e1a feat(VisualConfigEditor): enhance sidebar behavior and styling for better responsiveness Supra4E8C 2026-03-22 23:28:16 +08:00
  • 9bd12155a9 feat(styles): enhance premium plan value styling with improved gradients and shadows Supra4E8C 2026-03-22 22:57:35 +08:00
  • bcaf637253 feat(config): add expandable input for long payload override values Xvvln 2026-03-22 18:52:32 +08:00
  • 8758a75b39 feat(visual-config): enhance overview layout and improve visual section translations v1.7.14 Supra4E8C 2026-03-22 17:35:06 +08:00
  • 868ac6b61b feat(theme): update theme colors and improve theme resolution logic Supra4E8C 2026-03-22 17:28:17 +08:00
  • 1b85f4d80c feat(SystemPage): add header wrapper for version label in info tile Supra4E8C 2026-03-22 17:16:17 +08:00
  • 5469945019 refactor: enhance ConfigPage styling and structure Supra4E8C 2026-03-22 17:10:17 +08:00
  • 8ff2ae0fe2 feat(styles): enhance layout and responsiveness for buttons and form elements Supra4E8C 2026-03-22 16:49:11 +08:00
  • 34a6f44b85 feat(visual-config): add max retry credentials configuration and update validation messages Supra4E8C 2026-03-22 16:14:46 +08:00
  • e50e088409 feat(payload-rules): add support for raw JSON rules in payload configuration Supra4E8C 2026-03-22 15:55:17 +08:00
  • 82aa44d996 feat(auth-files): add support for separate regular and compact page sizes Supra4E8C 2026-03-22 15:15:45 +08:00
  • 013759c7da feat(status-panel): enhance layout and styling for compact status panels Supra4E8C 2026-03-22 15:09:48 +08:00
  • 7495604ad3 fix(auth-files): prevent batch status race conditions Supra4E8C 2026-03-22 14:55:45 +08:00
  • e44a9fc099 feat(auth-files): improve credential cards, bulk actions, and dedupe auth file list Supra4E8C 2026-03-22 14:41:57 +08:00
  • 975d0471f7 feat(auth-files): revamp Auth Files page filters and card layout Supra4E8C 2026-03-22 13:30:53 +08:00
  • faf1e3fbab feat(auth-files): merge auth file details into editor modal Supra4E8C 2026-03-22 01:29:23 +08:00
  • e3e1db0272 Merge pull request #162 from zccing/main v1.7.13 Supra4E8C 2026-03-21 21:21:36 +08:00
  • 4c2c2c4773 fix(authFiles): 统一 Codex 认证文件的 websockets 字段 Cc 2026-03-19 14:18:13 +08:00
  • 3f1f6a1323 feat(quota): add gold premium pill badge for Gemini CLI Ultra and Codex Pro tiers v1.7.12 Supra4E8C 2026-03-17 23:56:54 +08:00
  • d4ab2850bf feat(AuthFilesOAuthExcludedEditPage): refactor model item rendering to use SelectionCheckbox component v1.7.11 Supra4E8C 2026-03-17 02:22:12 +08:00
  • 6d9d041aa4 feat(authFiles): add filter tag icons and improve layout for better visibility Supra4E8C 2026-03-17 02:13:30 +08:00
  • 436b4b1744 feat(icons): replace codex_light and codex_drak with a single codex.svg icon refactor(CodexSection, ProviderNav, AiProvidersPage, OAuthPage): update icon imports to use new codex.svg Supra4E8C 2026-03-17 02:08:15 +08:00
  • 944ddd13b1 feat(authFiles): enhance sorting logic to prioritize provider and name Supra4E8C 2026-03-17 01:45:37 +08:00
  • c540063528 feat(authFiles): add sorting functionality and update UI components Supra4E8C 2026-03-17 01:39:38 +08:00
  • acddeace52 Merge pull request #149 from RGBadmin/feat/auth-priority-sort Supra4E8C 2026-03-17 01:22:20 +08:00
  • aa34487313 refactor(system-page): clean up version check logic and enhance layout Supra4E8C 2026-03-17 01:09:35 +08:00
  • babb9b0d35 refactor(system-page): remove unused aboutActions section and clean up layout Supra4E8C 2026-03-17 01:00:57 +08:00
  • ffce798ce8 feat(sidebar): add backdrop for improved sidebar interaction Supra4E8C 2026-03-17 00:53:14 +08:00
  • 6d91cd0c06 fix(quota): avoid blocking gemini cli quota refresh on code assist Supra4E8C 2026-03-17 00:46:32 +08:00
  • e83f99ba95 feat(icons): update sidebar icons for improved design and clarity v1.7.10 Supra4E8C 2026-03-15 18:23:46 +08:00
  • a354787fb6 style(sidebar): redesign sidebar icons with sharper visual languag 1.7.10 Supra4E8C 2026-03-14 23:34:00 +08:00
  • 180b097b11 refactor(login): use auth file checkbox style for login options v1.7.9 Supra4E8C 2026-03-14 15:33:57 +08:00
  • df96297c68 feat(ai-providers): add Vertex AI config toggle Supra4E8C 2026-03-14 15:25:29 +08:00
  • e833c03c68 fix(quota): detect Claude plan from account flags Supra4E8C 2026-03-14 14:53:10 +08:00
  • b2d89a8043 feat(auth-files): add note field for individual credentials RGBadmin 2026-03-14 11:22:54 +08:00
  • 8c2d0df32c feat(auth-files): display OAuth credential priority and add sorting RGBadmin 2026-03-14 11:01:06 +08:00
  • beeecf7d01 fix(types): restore missing deps and resolve type-check errors v1.7.8 Supra4E8C 2026-03-13 12:24:50 +08:00
  • 854c5a83b0 fix(vertex): remove base URL required validation and alias warning copy Supra4E8C 2026-03-13 12:20:34 +08:00
  • a4740bdb21 Merge pull request #138 from router-for-me/codex/fix-usage-stats-cache-leak-on-logout Supra4E8C 2026-03-10 12:24:15 +08:00