Spaces:
Sleeping
Sleeping
Commit History
fix: address second round code review feedback 828d2a8
BrunoMarc Claude Opus 4.5 commited on
fix: address code review feedback 33baae1
BrunoMarc Claude Opus 4.5 commited on
fix: add retry mechanism for empty API responses a901cb2
BrunoMarc Claude Opus 4.5 commited on
Merge branch 'main' into feature/webui d7edc4a unverified
Badri Narayanan S commited on
set cooldown to 10 seconds 37fdcf3
setting cooldown back to 30 seconds 91c87ff
Changed default cooldown time to 10 seconds da3a794
Merge pull request #55 from jgor20/fix/oauth-callback-utf8-encoding 0deb1aa unverified
Badri Narayanan S commited on
fix(auth): add UTF-8 charset to OAuth callback HTML responses ddbb494
jgor20 commited on
refactor(auth): use NativeModuleError for native module load failures 63d8e27
jgor20 commited on
feat(errors): add NativeModuleError for native module version mismatches 46415cd
jgor20 commited on
refactor(auth): move clearRequireCache to utils and update import bc40d88
jgor20 commited on
refactor(utils): rename and refactor clearModuleCache to recursively clear dependencies 52b0f5a
jgor20 commited on
feat(utils): enhance rebuildModule error handling and logging 6d97c1b
jgor20 commited on
fix(utils): fix cross-platform root detection in findPackageRoot 605068f
jgor20 commited on
feat: auto-rebuild native modules on Node.js version mismatch 77cae66
jgor20 commited on
feat: Add Web UI for account and quota management 671903d
fix: correct state destructuring and document headless mode c9fce19
feat: add --no-browser OAuth mode for headless servers 54b5f70
Caixiaopig commited on
Improve cross-model thinking handling and add gemini-3-flash fallback 79f2eb1
Add debug logging when stripping thinking blocks 7b9a23b
Fix needsThinkingRecovery to require tool loop context 801b37c
Preserve valid thinking blocks during recovery b3b1303
correct els if condition for state.inToolLoop 042b945
remove targetFamily from analyzeConversationState 9e09659
move fallback map to constants eb31ce5
Signature handling for fallback e7a0e87
fallback changes from PR #35 4c504d8
Selective fixes from PR #35: Model-specific rate limits & robustness improvements (#37) 5b76cdc unverified
Badri Narayanan S M1noa Minoa Claude commited on
Fix: Reset invalid accounts on startup and improve project discovery logging 1898872
Fix issue where Antigravity auth is not working 5695659
refactor: Reorganize src/ into modular folder structure 57d2869
Improve logging, rate limiting, and error handling (#29) a291a44 unverified
Badri Narayanan S M1noa M2noa Claude commited on
Fix: Add Windows support for SQLite database access (Issue #23) 7c72e4c
Fix: Read Image tool not working dd0a875
Add count_tokens stub endpoint 222cbdb
Implement Gemini signature caching and thinking recovery b523253
Gemini schema fix and modularize format converter 4d45135
Added support for Gemini models 6df4ec8
removing restcting of available models, fixing max tokens issues in test 93a9127
fallback to load antigravity default account, even if config file exists but with no accounts 63e91b5
feat: show remaining time for rate-limited accounts 9379974
feat: consolidate /accounts into /account-limits endpoint ced1be2
fix oauth redirect URI not imported 2886a9e
Merge pull request #1 from 0FL01/linux-support 3e87979 unverified
Badri Narayanan S commited on
docs: replace round-robin references with sticky selection 3186cd4
feat: add prompt caching, sticky account selection, and non-thinking model d914323
Add Linux support with cross-platform database path detection a9db8bf
Andrey Bash commited on