Commit History
Merge pull request #1248 from shekohex/feat/responses-compact d7805f3 unverified
feat(openai): add responses/compact support 8f7449a unverified
Shady Khalifa commited on
feat(auth): add support for request_retry and disable_cooling overrides 0144e53 unverified
refactor(runtime): implement retry logic for Antigravity executor with improved error handling and capacity management 7e8d524 unverified
Merge pull request #1132 from XYenon/fix/gemini-models-displayname-override 0b4b8da unverified
feat(executor): apply payload rules using requested model 69a5340
hkfires commited on
fix(executor): adjust model-specific request payload 8e59c60
hkfires commited on
refactor(util): reorder gemini schema cleaner helpers 0a664c5
hkfires commited on
Fix Gemini function-calling INVALID_ARGUMENT by relaxing Gemini tool validation and cleaning schema 351d5f0
sowar1987 commited on
fix(gemini): preserve displayName and description in models list fea5337
XYenon commited on
fix(executor): only strip maxOutputTokens for non-claude models a18a371
hkfires commited on
Fix antigravity malformed_function_call 5f3b36c
bexcodex commited on
feat(registry): support provider-specific model info lookup 4771da8
hkfires commited on
fix(executor): stop rewriting thinkingLevel for gemini aeb8420
hkfires commited on
feat(registry): expand antigravity model config 02fbf2b
hkfires commited on
refactor(thinking): pass source and target formats to ApplyThinking for cross-format validation 4072514
hkfires commited on
feat(runtime): add model alias support and enhance payload rule matching edada39 unverified
feat(config): supplement missing default aliases during antigravity migration ca79075
hkfires commited on
Merge pull request #1033 from router-for-me/reasoning 3520e81 unverified
refactor(thinking): extract antigravity logic into a dedicated provider c549b59
hkfires commited on
refactor(auth): simplify file handling logic and remove redundant comparison functions 4681d64 unverified
refactor(thinking): improve budget clamping and logging with provider/model context d15e4d4
hkfires commited on
fix(thinking): map reasoning_effort to thinkingConfig 44c95c2
hkfires commited on
fix(thinking): improve model lookup and validation 8ce90bc
hkfires commited on
refactor(antigravity): remove hardcoded model aliases 0661552
hkfires commited on
fix(executor): properly handle thinking application errors e934726
hkfires commited on
refactor: improve thinking logic ee9e572
hkfires commited on
feat(executor): add HttpRequest support across executors for better http request handling a64baa3 unverified
fix(executor): handle context cancellation and deadline errors explicitly e7d2c44 unverified
Merge pull request #787 from sususu98/fix/antigravity-429-retry-delay-parsing c48b3b7 unverified
feat(executor): centralize systemInstruction handling for Claude and Gemini-3-Pro models 993d71e unverified
fix(executor): update gemini model identifier to gemini-3-pro-preview f8a2b48
hkfires commited on
feat(executor): update system instruction handling for Claude and Gemini-3-Pro models 450f409 unverified
feat(executor): add model-specific support for "gemini-3-pro" in execution and payload handling 9c76ae8 unverified
feat(executor): enhance Antigravity payload with user role and dynamic system instructions 85a84b1 unverified
fix(executor): remove unused `tokenRefreshTimeout` constant and pass zero timeout to HTTP client d7e3e91 unverified
feat(executor): add token refresh timeout and improve context handling during refresh 31d9182 unverified
feat(executor): enhance payload translation with original request context ae057e3 unverified
fix(thinking): fallback to upstream model for thinking support when alias not in registry cc7e585
hkfires commited on
fix(thinking): use model alias for thinking config resolution in mapped models d57c140
hkfires commited on
refactor(executor): resolve upstream model at conductor level before execution c37b7ba
hkfires commited on
fix(executor): use upstream model for thinking config and payload translation 7559da4
hkfires commited on
fix(antigravity): parse retry-after delay from 429 response body 9433db3
sususu commited on