shinnmen / internal /runtime /executor

Commit History

refactor(logging): clean up oauth logs and debugs
1b26f4d

hkfires 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(claude): add native request cloaking for non-claude-code clients
89d5f4d

maoring24 Claude Opus 4.5 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(iflow): remove thinking field from request body in thinking config handler
0fe2ad3

hkfires commited on

refactor(iflow): simplify thinking config handling for GLM and MiniMax models
e1b952f

hkfires 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): remove redundant upstream model parameter from translateRequest
8628ab7

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(gemini): add per-key model alias support for Gemini provider
e4d3e38

hkfires commited on

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

luispater commited on

Merge pull request #757 from ben-vargas/fix-thinking-toolchoice-conflict
603d11d
unverified

luispater commited on

Fix: disable thinking when tool_choice forces tool use
af8d546

Ben Vargas commited on

feat(cliproxy): implement model aliasing and hashing for Codex configurations, enhance request routing logic, and normalize Codex model entries
fe1d7f4
unverified

luispater commited on

feat(iflow): add model-specific thinking configs for GLM-4.7 and MiniMax-M2.1
9abfbc9

leaph commited on

Fixed: #747
17a5260
unverified

luispater commited on

feat(usage): add import/export functionality for usage statistics and enhance deduplication logic
0658eb9
unverified

luispater commited on

refactor: extract parseGeminiFamilyUsageDetail helper to reduce duplication
08bea2c

trungns95 commited on

feat: add cached token parsing for Gemini API responses
ede3a49

trungns95 commited on

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

luispater commited on

fix(claude_executor): update header logic for API key handling
65a5604
unverified

luispater commited on

refactor(antigravity): add sandbox URL constant and update base URLs routine
9171f0b
unverified

luispater commited on

Merge branch 'main' into fix/antigravity-prompt-caching
cb41cbf

dacsang97 commited on

feat(antigravity): add session ID generation and mutex for random source
1b0bbc3

dacsang97 commited on

Merge pull request #611 from soilSpoon/feature/antigravity
e05a2cd
unverified

luispater commited on

Remove interleaved-thinking header from requests
6a9882e

μ΄λŒ€ν¬ commited on

Improve thinking/tool signature handling for Claude and Gemini requests
b375e09

μ΄λŒ€ν¬ commited on

feat(antigravity): add payload config support to Antigravity executor
c53de5b

Ben Vargas commited on

fix(gemini): add optional skip for gemini3 thinking conversion
baafbd7

hkfires commited on

refactor(antigravity): regarding production endpoint caching
acfcf85
unverified

dacsang97 commited on

feat(antigravity): enhance prompt caching support and update agent version
5d8639e
unverified

dacsang97 commited on

fix(runtime/executor): Antigravity executor schema handling and Claude-specific headers
71986bf

μ΄λŒ€ν¬ commited on

Merge pull request #582 from ben-vargas/fix-gemini-3-thinking-level
936d72c
unverified

luispater commited on

fix: apply thinkingLevel from model suffix metadata for Gemini 3
a1a3463

Ben Vargas commited on

feat: use thinkingLevel for Gemini 3 models per Google documentation
965592d

Ben Vargas commited on

feat(antigravity): enable token counting via API with resilient routing
f45d5be
unverified

luispater commited on

feat(antigravity): implement non-streaming execution for Claude model requests
892dae7
unverified

luispater commited on

feat(antigravity): add streaming support for Claude model requests
d1285a5
unverified

luispater commited on

feature: Improves Gemini JSON schema compatibility
9235ac8

μ΄λŒ€ν¬ commited on