Commit Graph

  • df9b935329 fix(auth): add UTF-8 charset to OAuth callback HTML responses jgor20 2026-01-05 01:35:48 +00:00
  • e29cd5fa9d refactor(auth): use NativeModuleError for native module load failures jgor20 2026-01-05 01:20:35 +00:00
  • b90eb63f22 feat(errors): add NativeModuleError for native module version mismatches jgor20 2026-01-05 01:20:28 +00:00
  • 69b7e130a0 refactor(auth): move clearRequireCache to utils and update import jgor20 2026-01-05 01:13:55 +00:00
  • 2d4693b4c6 refactor(utils): rename and refactor clearModuleCache to recursively clear dependencies jgor20 2026-01-05 01:13:45 +00:00
  • 02ceeb2ff5 feat(utils): enhance rebuildModule error handling and logging jgor20 2026-01-05 01:11:13 +00:00
  • ff188f5cf6 fix(utils): fix cross-platform root detection in findPackageRoot jgor20 2026-01-05 01:09:00 +00:00
  • e6027ec5a6 feat: auto-rebuild native modules on Node.js version mismatch jgor20 2026-01-05 00:43:21 +00:00
  • 85f7d3bae7 feat: Add Web UI for account and quota management Wha1eChai 2026-01-04 08:32:36 +08:00
  • ea3d3ca4a4 format readme for headless server account addition Badri Narayanan S 2026-01-04 14:59:29 +05:30
  • 3c0a4845d6 Merge pull request #50 from badri-s2001/feature/headless-server Badri Narayanan S 2026-01-04 14:53:08 +05:30
  • 1628696ca1 fix: correct state destructuring and document headless mode Badri Narayanan S 2026-01-04 14:51:05 +05:30
  • 573ba57db6 feat: add --no-browser OAuth mode for headless servers Caixiaopig 2026-01-04 16:53:30 +08:00
  • d03c79cc39 Merge pull request #41 from badri-s2001/feature/model-fallback Badri Narayanan S 2026-01-04 02:32:32 +05:30
  • e0b3f90777 docs: update CLAUDE.md with model fallback and cross-model features Badri Narayanan S 2026-01-04 00:19:35 +05:30
  • 141558dd62 Improve cross-model thinking handling and add gemini-3-flash fallback Badri Narayanan S 2026-01-04 00:11:14 +05:30
  • 53f8d7f6cc Add debug logging when stripping thinking blocks Badri Narayanan S 2026-01-03 23:29:21 +05:30
  • 12e427e9d5 Fix needsThinkingRecovery to require tool loop context Badri Narayanan S 2026-01-03 23:24:52 +05:30
  • dc65499c49 Preserve valid thinking blocks during recovery Badri Narayanan S 2026-01-03 23:17:38 +05:30
  • 668c7aef26 correct els if condition for state.inToolLoop Badri Narayanan S 2026-01-03 22:38:46 +05:30
  • b7286059ee remove targetFamily from analyzeConversationState Badri Narayanan S 2026-01-03 22:13:35 +05:30
  • 602d6ca0f8 move fallback map to constants Badri Narayanan S 2026-01-03 22:05:16 +05:30
  • ac9ec6b358 Signature handling for fallback Badri Narayanan S 2026-01-03 22:01:57 +05:30
  • df6625b531 fallback changes from PR #35 Badri Narayanan S 2026-01-03 18:01:21 +05:30
  • 9c4a712a9a Selective fixes from PR #35: Model-specific rate limits & robustness improvements (#37) Badri Narayanan S 2026-01-03 15:33:49 +05:30
  • 2d05dd5b62 Fix: Reset invalid accounts on startup and improve project discovery logging Badri Narayanan S 2026-01-02 12:34:35 +05:30
  • 77089e0360 Fix issue where Antigravity auth is not working Badri Narayanan S 2026-01-02 11:47:54 +05:30
  • 8e4c4bdfd4 Fix accounts cli path Badri Narayanan S 2026-01-02 00:03:43 +05:30
  • f02364d4ef refactor: Reorganize src/ into modular folder structure Badri Narayanan S 2026-01-01 15:13:43 +05:30
  • 1d91bc0d30 Improve logging, rate limiting, and error handling (#29) Badri Narayanan S 2026-01-01 14:35:06 +05:30
  • d05fb64e29 Fix: Add Windows support for SQLite database access (Issue #23) Badri Narayanan S 2025-12-30 18:47:05 +05:30
  • ead7632eec Fix: Read Image tool not working Badri Narayanan S 2025-12-30 17:01:01 +05:30
  • 1bf2362e98 chore: remove unused node-fetch dependency from lockfile Badri Narayanan S 2025-12-30 12:12:27 +05:30
  • f3f7189cba Updated readme to set hasCompletedOnboarding to true Badri Narayanan S 2025-12-29 17:26:31 +05:30
  • 2247df24df updated instructions to load environment variables Badri Narayanan S 2025-12-29 14:46:11 +05:30
  • 17e7cebef1 Merge pull request #13 from jroth1111/split/count-tokens Badri Narayanan S 2025-12-29 14:18:26 +05:30
  • 306a8891c8 Add count_tokens stub endpoint gwizz 2025-12-29 10:57:47 +11:00
  • 426acc494a Implement Gemini signature caching and thinking recovery Badri Narayanan S 2025-12-28 14:34:03 +05:30
  • 1eb2329f7c Gemini schema fix and modularize format converter Badri Narayanan S 2025-12-28 03:28:05 +05:30
  • 21c17d55f3 Removed standard anthropic name mapper as its unnecessary Badri Narayanan S 2025-12-27 19:11:03 +05:30
  • 937d23a75a Updated config details in readme Badri Narayanan S 2025-12-27 16:40:43 +05:30
  • c1e1dbb0ef Added support for Gemini models Badri Narayanan S 2025-12-27 14:09:20 +05:30
  • 9b7dcf3a6c removing restcting of available models, fixing max tokens issues in test Badri Narayanan S 2025-12-27 12:17:45 +05:30
  • f86c4f4d32 updating star history link to no cache Badri Narayanan S 2025-12-26 23:23:12 +05:30
  • 1dfb47325b docs: add banner image to README Badri Narayanan S 2025-12-26 20:53:54 +05:30
  • 136535fd52 docs: add Buy Me a Coffee funding link Badri Narayanan S 2025-12-26 20:40:38 +05:30
  • 07a09c1cb9 fallback to load antigravity default account, even if config file exists but with no accounts Badri Narayanan S 2025-12-26 14:54:43 +05:30
  • 1a9609054f chore: update repo URLs and title after GitHub rename Badri Narayanan S 2025-12-26 01:09:11 +05:30
  • 5465e91802 docs: add npm badges and rename title to Server Badri Narayanan S 2025-12-26 00:39:20 +05:30
  • 6504d77279 fix: auto-sync version from release tag in publish workflow Badri Narayanan S 2025-12-26 00:31:15 +05:30
  • de873d5057 docs: update README with npm package installation instructions Badri Narayanan S 2025-12-26 00:23:13 +05:30
  • 277c28c7e3 1.0.2 Badri Narayanan S 2025-12-26 00:18:20 +05:30
  • e8bfc7ea04 fix: rename bin command to match package name for npx Badri Narayanan S 2025-12-26 00:18:20 +05:30
  • 6eca4ed792 1.0.1 Badri Narayanan S 2025-12-26 00:17:12 +05:30
  • 5b1340d228 feat: add npm package support with CLI entry point Badri Narayanan S 2025-12-26 00:17:12 +05:30
  • 4d0e42471a updated correct star history link Badri Narayanan S 2025-12-25 22:08:16 +05:30
  • b8677c9f6b feat: show remaining time for rate-limited accounts Badri Narayanan S 2025-12-25 22:00:48 +05:30
  • 9b0b756e72 feat: consolidate /accounts into /account-limits endpoint Badri Narayanan S 2025-12-25 21:55:03 +05:30
  • ed6bd3af2b fix oauth redirect URI not imported Badri Narayanan S 2025-12-25 16:10:11 +05:30
  • e55d3ccb20 Merge pull request #1 from 0FL01/linux-support Badri Narayanan S 2025-12-25 14:04:25 +05:30
  • e52fc2f994 docs: add Star History chart to README Badri Narayanan S 2025-12-25 13:47:13 +05:30
  • 21f923b4ec docs: replace round-robin references with sticky selection Badri Narayanan S 2025-12-25 13:37:20 +05:30
  • 01cda835d9 feat: add prompt caching, sticky account selection, and non-thinking model Badri Narayanan S 2025-12-25 13:26:48 +05:30
  • a777f37c3f Add Linux support with cross-platform database path detection Andrey Bash 2025-12-25 09:35:21 +03:00
  • 943a4dcb20 Verbose message logging only when debug = true Badri Narayanan S 2025-12-24 20:31:39 +05:30
  • 0edc718672 refactor: centralize constants, add error classes, and DRY test utilities Badri Narayanan S 2025-12-24 18:11:45 +05:30
  • 712da8f7f2 code quality improvements and refactoring Badri Narayanan S 2025-12-21 22:11:44 +05:30
  • f282b36d1e code cleanup and test fix Badri Narayanan S 2025-12-21 20:25:20 +05:30
  • c703fb32fb fix where models didnt wait if retrydelay is less than 2 mins for multi account scenario Badri Narayanan S 2025-12-21 19:57:50 +05:30
  • 8eead9660c reset rate limits in cache only when all accounts are rate limited Badri Narayanan S 2025-12-21 15:43:51 +05:30
  • 9a35845ceb add ability to remove accounts. ensure accounts are not / added / removed when server is running Badri Narayanan S 2025-12-21 15:05:45 +05:30
  • 95c08f9d55 handle rate limits gracefully, and add ability to check google server for every request in case they reset rate limits on their end, thereby not relying on local cache alone Badri Narayanan S 2025-12-21 14:49:57 +05:30
  • f625377bdf thinking sanitization Badri Narayanan S 2025-12-19 22:41:01 +05:30
  • da48b9898b sanitize thinking blocks Badri Narayanan S 2025-12-19 22:02:18 +05:30
  • 3ad42b127d added claude.md Badri Narayanan S 2025-12-19 20:08:38 +05:30
  • 0b6bfbffdd added gitgnore Badri Narayanan S 2025-12-19 19:34:46 +05:30
  • 3d98119fed remove unnecessary fields Badri Narayanan S 2025-12-19 19:34:37 +05:30
  • 059547382d initial commit Badri Narayanan S 2025-12-19 19:27:10 +05:30
  • 5ae29947b1 initial commit Badri Narayanan S 2025-12-19 19:20:28 +05:30
  • 52d72b7bff initial commit Badri Narayanan S 2025-12-18 00:06:00 +05:30