Commit History

Antigravity compatibility to fix antigravity usage
9d85c01

badri-s commited on

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

badri-s commited on

setting cooldown back to 30 seconds
91c87ff

badri-s commited on

Changed default cooldown time to 10 seconds
da3a794

badri-s commited on

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

Wha1eChai commited on

fix: correct state destructuring and document headless mode
c9fce19

badri-s Claude commited on

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

badri-s Claude commited on

Add debug logging when stripping thinking blocks
7b9a23b

badri-s Claude commited on

Fix needsThinkingRecovery to require tool loop context
801b37c

badri-s Claude commited on

Preserve valid thinking blocks during recovery
b3b1303

badri-s Claude commited on

correct els if condition for state.inToolLoop
042b945

badri-s commited on

remove targetFamily from analyzeConversationState
9e09659

badri-s commited on

move fallback map to constants
eb31ce5

badri-s commited on

Signature handling for fallback
e7a0e87

badri-s commited on

fallback changes from PR #35
4c504d8

badri-s commited on

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

badri-s Claude commited on

Fix issue where Antigravity auth is not working
5695659

badri-s commited on

refactor: Reorganize src/ into modular folder structure
57d2869

badri-s Claude commited on

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

badri-s Claude commited on

Fix: Read Image tool not working
dd0a875

badri-s commited on

Add count_tokens stub endpoint
222cbdb

gwizz commited on

Implement Gemini signature caching and thinking recovery
b523253

badri-s commited on

Gemini schema fix and modularize format converter
4d45135

badri-s commited on

Added support for Gemini models
6df4ec8

badri-s commited on

removing restcting of available models, fixing max tokens issues in test
93a9127

badri-s commited on

fallback to load antigravity default account, even if config file exists but with no accounts
63e91b5

badri-s commited on

feat: show remaining time for rate-limited accounts
9379974

badri-s Claude commited on

feat: consolidate /accounts into /account-limits endpoint
ced1be2

badri-s Claude commited on

fix oauth redirect URI not imported
2886a9e

badri-s commited on

Merge pull request #1 from 0FL01/linux-support
3e87979
unverified

Badri Narayanan S commited on

docs: replace round-robin references with sticky selection
3186cd4

badri-s Claude commited on

feat: add prompt caching, sticky account selection, and non-thinking model
d914323

badri-s Claude commited on

Add Linux support with cross-platform database path detection
a9db8bf

Andrey Bash commited on

Verbose message logging only when debug = true
45de4d7

badri-s commited on