Commit Graph

  • 6172f5ef10 feat: add API key authentication for /v1/* endpoints 董飞祥 2026-01-13 16:46:31 +08:00
  • d1be2e2c1d Merge pull request #106 from simon-ami/feature/claude-config-presets Badri Narayanan S 2026-01-13 13:39:03 +05:30
  • 860c0d6c2d fix: add image response support liuwuyu118 2026-01-13 11:17:17 +08:00
  • e24dff279c feat(webui): add configuration presets for Claude CLI simon-ami 2026-01-12 11:59:32 +01:00
  • 08b332b694 Merge pull request #101 from jgor20/overall-enhancements-to-web-ui Badri Narayanan S 2026-01-12 12:12:57 +05:30
  • 9231cbc60a docs: document usage stats module and UI enhancements in README and CLAUDE.md jgor20 2026-01-11 17:31:16 +00:00
  • 29acb34ee3 refactor(ui): consolidate filter control button styles and remove overflow from dropdowns jgor20 2026-01-11 17:19:20 +00:00
  • 1045ebe097 Merge pull request #99 from simon-ami/main Badri Narayanan S 2026-01-11 22:03:38 +05:30
  • 097accd64f Merge branch 'pr-1' simon-ami 2026-01-11 16:45:23 +01:00
  • f3b494ebe8 Add confirmation dialog for restoring default config simon-ami 2026-01-11 16:43:25 +01:00
  • dde2910a1d perf(ui): optimize dashboard chart updates and rendering jgor20 2026-01-11 15:34:51 +00:00
  • e041afae6e Merge branch 'badrisnarayanan:main' into main Simon Benedict 2026-01-11 16:15:22 +01:00
  • a76c364921 refactor(ui): enhance chart destruction and instance management jgor20 2026-01-11 15:12:41 +00:00
  • fc35b71c2b feat(ui): add filter control styles for time range dropdown jgor20 2026-01-11 15:06:20 +00:00
  • 5993456620 refactor(ui): simplify quota info handling in data store jgor20 2026-01-11 15:01:10 +00:00
  • 85381f60a0 fix(ui): add TTL check for cache expiration jgor20 2026-01-11 15:01:00 +00:00
  • aa1a72dc62 refactor(ui): make sidebar width conditional on open state jgor20 2026-01-11 14:58:37 +00:00
  • ba24568bff refactor(components): structure model priority tiers in array jgor20 2026-01-11 14:58:09 +00:00
  • 10cbe2125a perf(ui): debounce window resize event for sidebar responsiveness jgor20 2026-01-11 14:51:07 +00:00
  • dd7bfe724e refactor(ui): update sidebar collapsed selector for better specificity jgor20 2026-01-11 14:50:47 +00:00
  • 15e812c1fb fix(ui): add null check for remainingFraction in dashboard stats jgor20 2026-01-11 14:47:25 +00:00
  • eb4cbc0ce5 refactor(components): enhance model identification precision jgor20 2026-01-11 14:46:41 +00:00
  • de283a9ac8 merge: sync with upstream/main and resolve conflicts jgor20 2026-01-11 14:28:36 +00:00
  • c17daf3948 feat(ui): enhance dashboard responsiveness for large screens jgor20 2026-01-11 14:21:26 +00:00
  • 1142f3e452 Merge pull request #94 from jgor20/feat/webui-refresh-improvements Badri Narayanan S 2026-01-11 19:46:29 +05:30
  • f53195bd34 feat(ui): enhance header subtitles with badge styling jgor20 2026-01-11 13:56:11 +00:00
  • 0a0e3e2851 feat(ui): add data caching and hash-based routing jgor20 2026-01-11 13:47:15 +00:00
  • 11e256ac70 feat(ui): add sortable columns to models table jgor20 2026-01-11 13:40:31 +00:00
  • 58f32ebef9 fix(ui): improve subscription labels in dashboard jgor20 2026-01-11 13:14:51 +00:00
  • 52c3fa5669 refactor(ui): improve model quota selection logic jgor20 2026-01-11 13:12:14 +00:00
  • ab77db5a90 fix(ui): enhance dashboard quota chart responsiveness and layout jgor20 2026-01-11 12:43:45 +00:00
  • aafa636ee5 fix(ui): improve dashboard responsiveness and layout jgor20 2026-01-11 12:02:31 +00:00
  • e9c6b3c10c Merge pull request #1 from simon-ami/copilot/add-restore-default-clause-button Simon Benedict 2026-01-11 13:01:52 +01:00
  • cd594f6e82 Address code review: use constant array for proxy env vars and clean empty env copilot-swe-agent[bot] 2026-01-11 11:56:01 +00:00
  • 8eba68e47a Add Restore Default Claude CLI button to settings page copilot-swe-agent[bot] 2026-01-11 11:54:13 +00:00
  • 66c80452e3 Initial plan copilot-swe-agent[bot] 2026-01-11 11:46:26 +00:00
  • f9dd71f411 feat(ui): add responsive sidebar with mobile toggle and overlay jgor20 2026-01-11 11:26:37 +00:00
  • ed4231310b Refactor dashboard layout, quota logic, and connection status pill jgor20 2026-01-11 10:53:58 +00:00
  • 5879022dc3 fix: use lightweight /api/config for health checks and simplify UI status logic jgor20 2026-01-11 09:46:41 +00:00
  • 325acdba8c fix: preserve tool_use stop reason from being overwritten by finishReason Badri Narayanan S 2026-01-11 11:52:35 +05:30
  • 7b921abb1d fix(webui): remove space before [1m] suffix in Gemini model names Badri Narayanan S 2026-01-11 11:16:37 +05:30
  • a06cd30f61 Merge pull request #93 from Wha1eChai/feature/webui Badri Narayanan S 2026-01-11 10:58:40 +05:30
  • c3629d660c fix(webui): prevent duplicate visibility change listeners in health check jgor20 2026-01-10 22:58:11 +00:00
  • 69440584fd feat(webui): add health check monitoring for connection status jgor20 2026-01-10 22:41:15 +00:00
  • 14ef814c1a merge: sync with upstream/main (5xx error fallback feature) Wha1eChai 2026-01-11 02:57:59 +08:00
  • bda9623f3a feat(webui): optimize CSS build system and enhance UI quality Wha1eChai 2026-01-11 02:56:51 +08:00
  • a56bc06cc1 feat(webui): add Tailwind build system and refactor frontend architecture Wha1eChai 2026-01-11 02:11:35 +08:00
  • 6868bf217c Merge pull request #47 from Wha1eChai/feature/webui Badri Narayanan S 2026-01-10 22:21:57 +05:30
  • c6edb1e507 Merge pull request #90 from tiagonrodrigues/fix/fallback-on-5xx-errors Badri Narayanan S 2026-01-10 20:23:42 +05:30
  • 0b477c2552 feat: fallback to alternate model when max retries exceeded with 5xx errors Tiago Rodrigues 2026-01-10 12:08:53 +00:00
  • ee6d222e4d feat(webui): add subscription tier and quota visualization Wha1eChai 2026-01-10 06:04:51 +08:00
  • 369a66e8cf Merge branch 'main' into feature/webui Wha1eChai 2026-01-10 04:46:30 +08:00
  • 71c7c2e423 feat(webui): enhance settings UI, persistence and documentation Wha1eChai 2026-01-10 04:22:59 +08:00
  • ce2cb72563 docs: add custom port instructions to README Badri Narayanan S 2026-01-10 01:13:56 +05:30
  • e0e72ec5d2 add schema sanitizer to test suite, fix interleaved thinking test Badri Narayanan S 2026-01-10 00:47:47 +05:30
  • f1e945a7e6 change cleanSchemaForGemini to cleanSchema Badri Narayanan S 2026-01-10 00:35:50 +05:30
  • e4145ad277 Merge pull request #83 from tiagonrodrigues/fix/issue-82-schema-type-conversion Badri Narayanan S 2026-01-10 00:34:35 +05:30
  • 90214c43b0 fix: convert schema types to Google uppercase format (fixes #82) Tiago Rodrigues 2026-01-09 18:36:19 +00:00
  • 98685241e8 feat(webui): update README with comprehensive documentation for WebUI features and usage Wha1eChai 2026-01-09 23:22:28 +08:00
  • 48ad476b5f feat(dashboard): comprehensive filter enhancement and UI layout fixes Wha1eChai 2026-01-09 22:33:11 +08:00
  • 40d3d3f3b6 feat(webui): improve UI display logic for models and accounts pages Wha1eChai 2026-01-09 21:48:55 +08:00
  • 8e221e3fc7 feat(webui): optimize frontend terminology and i18n keys Wha1eChai 2026-01-09 19:55:34 +08:00
  • 348fdc3f94 Merge pull request #75 from ahmed0magdy/main Badri Narayanan S 2026-01-09 17:04:58 +05:30
  • 07a9586aee feat(webui): add MCP CLI toggle and Gemini [1m] suffix settings Wha1eChai 2026-01-09 18:34:24 +08:00
  • 169e18402f merge: sync with origin/feature/webui after upstream merge Wha1eChai 2026-01-09 18:23:52 +08:00
  • f2f0a7452e merge: integrate upstream/main (v1.2.15) into feature/webui Wha1eChai 2026-01-09 18:08:45 +08:00
  • a914821d49 perf(webui): refactor dashboard modules and optimize API performance Wha1eChai 2026-01-09 17:58:09 +08:00
  • 4c5236d4b3 fix: filter Antigravity system prompt from model responses Badri Narayanan S 2026-01-09 14:10:41 +05:30
  • c49d94ae0d chore: add GitHub issue templates for bug reports and feature requests Badri Narayanan S 2026-01-09 13:46:04 +05:30
  • e909ea6fe3 style(webui): refine UI polish and enhance component interactions Wha1eChai 2026-01-09 07:54:50 +08:00
  • 40a766ded6 feat(webui): Add Models tab and refactor model configuration Wha1eChai 2026-01-09 04:39:05 +08:00
  • a4814b8c34 feat(webui): refactor settings architecture and achieve full i18n coverage Wha1eChai 2026-01-09 00:39:25 +08:00
  • e3be630bfb docs: add instructions for running multiple Claude Code instances ahmed0magdy 2026-01-08 20:41:05 +02:00
  • 73e5d13f45 Merge pull request #72 from s21v1d9p/fix/optimistic-rate-limit-retry Badri Narayanan S 2026-01-08 22:27:01 +05:30
  • 45755bfa18 fix: add optimistic reset for transient 429 rate limit errors SvDp 2026-01-08 21:31:50 +05:30
  • c9c5e7d486 feat(webui): add hot-reload account management with OAuth support Wha1eChai 2026-01-08 23:49:12 +08:00
  • 5f6ce1b97d Update daily Cloud Code endpoint to production URL Badri Narayanan S 2026-01-08 20:24:23 +05:30
  • dc9bea1100 feat(webui): comprehensive UI modernization and server configuration enhancements Wha1eChai 2026-01-08 22:17:13 +08:00
  • a7aacdb0ae feat(webui): enhance server configuration and dynamic dashboard analytics Wha1eChai 2026-01-08 22:15:03 +08:00
  • def3d90581 Add [1m] suffix to gemini Badri Narayanan S 2026-01-08 18:30:54 +05:30
  • 7375a2ef6d chore: add empty response retry test and fix flaky tests Badri Narayanan S 2026-01-08 17:54:48 +05:30
  • a696ed0872 Merge pull request #64 from BrunoMarc/fix/empty-response-retry Badri Narayanan S 2026-01-08 17:38:18 +05:30
  • 040713ed9a Update npx and npm install commands to use @latest Badri Narayanan S 2026-01-08 17:13:48 +05:30
  • 217053839f feat(webui): Enhance dashboard, global styles, and settings module Wha1eChai 2026-01-08 19:04:43 +08:00
  • f34aa50ba4 Antigravity compatibility to fix antigravity usage Badri Narayanan S 2026-01-08 10:24:54 +05:30
  • 74cb1689e9 test: add empty response retry test BrunoMarc 2026-01-07 20:30:45 -03:00
  • 1c80c8ba52 fix: address second round code review feedback BrunoMarc 2026-01-07 18:21:25 -03:00
  • 05cd80ebb5 fix: address code review feedback BrunoMarc 2026-01-07 18:16:09 -03:00
  • 49480847b6 fix: add retry mechanism for empty API responses BrunoMarc 2026-01-07 18:11:03 -03:00
  • a7ca710249 fix commands bug in readme - replace anthropic api key to anthropic auth token Badri Narayanan S 2026-01-08 01:21:01 +05:30
  • 7c047a9578 Updated readme to add MCP CLI Flag Badri Narayanan S 2026-01-08 01:19:47 +05:30
  • 56e5042700 Merge branch 'main' into feature/webui Badri Narayanan S 2026-01-07 02:01:23 +05:30
  • 992fa700d8 Updated readme to use 2.5 flash lite as the default haiku model Badri Narayanan S 2026-01-07 01:55:49 +05:30
  • 63fa90c04b set cooldown to 10 seconds Badri Narayanan S 2026-01-07 00:33:42 +05:30
  • 57ba5f9c1c setting cooldown back to 30 seconds Badri Narayanan S 2026-01-07 00:20:22 +05:30
  • e686af2e67 added cross model thinking to npm run test tests Badri Narayanan S 2026-01-06 22:24:57 +05:30
  • 5b70b7703e Changed default cooldown time to 10 seconds Badri Narayanan S 2026-01-06 22:22:32 +05:30
  • 84166fdefe Update star history link to correct one Badri Narayanan S 2026-01-06 22:12:19 +05:30
  • 59d0a92b37 Merge pull request #55 from jgor20/fix/oauth-callback-utf8-encoding Badri Narayanan S 2026-01-06 21:49:02 +05:30
  • 27afdf1e79 Merge pull request #54 from jgor20/feature/auto-rebuild-native-modules Badri Narayanan S 2026-01-06 21:48:28 +05:30