shinnmen / internal /runtime /executor /antigravity_executor.go

Commit History

refactor(executor): split providers and preserve legacy entrypoints
3e5ab39

shinmentakezo07 Claude Opus 4.6 commited on

feat: passthrough upstream response headers to clients
409fbf7

Kirill Turanskiy commited on

refactor(translator, executor): remove redundant `bytes.Clone` calls for improved performance
1b0fbba
unverified

luispater commited on

refactor(executor): optimize payload cloning and streamline SDK translator usage
c702df8
unverified

luispater commited on

refactor(util, executor): optimize payload handling and schema processing
45239da
unverified

luispater commited on

Merge pull request #1248 from shekohex/feat/responses-compact
d7805f3
unverified

luispater commited on

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

luispater commited on

refactor(runtime): implement retry logic for Antigravity executor with improved error handling and capacity management
7e8d524
unverified

luispater commited on

Merge pull request #1132 from XYenon/fix/gemini-models-displayname-override
0b4b8da
unverified

luispater commited on

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

luispater commited on

feat(config): supplement missing default aliases during antigravity migration
ca79075

hkfires commited on

Merge pull request #1033 from router-for-me/reasoning
3520e81
unverified

luispater commited on

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

luispater commited on

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

luispater commited on

fix(executor): handle context cancellation and deadline errors explicitly
e7d2c44
unverified

luispater commited on

Merge pull request #787 from sususu98/fix/antigravity-429-retry-delay-parsing
c48b3b7
unverified

luispater commited on

feat(executor): centralize systemInstruction handling for Claude and Gemini-3-Pro models
993d71e
unverified

luispater commited on

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

luispater commited on

feat(executor): add model-specific support for "gemini-3-pro" in execution and payload handling
9c76ae8
unverified

luispater commited on

feat(executor): enhance Antigravity payload with user role and dynamic system instructions
85a84b1
unverified

luispater commited on

fix(executor): remove unused `tokenRefreshTimeout` constant and pass zero timeout to HTTP client
d7e3e91
unverified

luispater commited on

feat(executor): add token refresh timeout and improve context handling during refresh
31d9182
unverified

luispater commited on

feat(executor): enhance payload translation with original request context
ae057e3
unverified

luispater commited on

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

feat(cliproxy): introduce global model name mappings for improved aliasing and routing
e5e9477
unverified

luispater commited on

Merge branch 'dev' into fix/antigravity-prompt-caching
302b826
unverified

luispater commited on