shinnmen / internal /runtime /executor

Commit History

fix(codex): avoid empty prompt_cache_key
bfa1c59
unverified

Shady Khalifa commited on

fix(openai): drop stream for responses/compact
7e33f2b
unverified

Shady Khalifa 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

feat(executor): add request_id to error logs
2511652

hkfires commited on

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

luispater commited on

fix(claude): skip built-in tools in OAuth tool prefix
ae2d70c

Mauricio Allende 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

refactor(claude): remove redundant system instructions check in Claude executor
caf9a06
unverified

luispater commited on

Merge pull request #868
dd8fe4a
unverified

luispater commited on

feat(registry): support provider-specific model info lookup
4771da8

hkfires commited on

feat(vertex): add Imagen image generation model support
9e5ce30

dinhkarate commited on

Merge pull request #1099 from router-for-me/claude
f0fdbac
unverified

luispater commited on

fix(executor): stop rewriting thinkingLevel for gemini
aeb8420

hkfires commited on

feat(registry): expand antigravity model config
02fbf2b

hkfires commited on

refactor(claude): move max_tokens constraint enforcement to Apply method
40b5dfe

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(codex): enhance input transformation and remove unused `safety_identifier` field
3fdad70
unverified

luispater commited on

fix(codex): ensure instructions field exists
6b06d4c

hkfires commited on

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

hkfires commited on

feat(config): add support for raw JSON payload rules
f8a52c4
unverified

luispater 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): use LookupModelInfo for model data
96ba26c

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

Fixed: #897
dfeb949
unverified

luispater commited on

fix(codex): only override instructions in responses for OpenCode UA
57ba52d

hkfires commited on

feat(codex): add OpenCode instructions based on user agent
8d0f9ca

hkfires commited on

feat(executor): add HttpRequest support across executors for better http request handling
a64baa3
unverified

luispater commited on

Merge pull request #947 from pykancha/fix-memory-leak
6125b3a
unverified

luispater commited on

Merge pull request #938 from router-for-me/log
251f794
unverified

luispater commited on

Merge pull request #943 from ben-vargas/fix-tool-mappings
43eb558
unverified

luispater commited on

Fixed: #942
5708daa
unverified

luispater commited on

Use unprefixed Claude request for translation
822b8e4

Ben Vargas commited on

fix(server): resolve memory leaks causing OOM in k8s deployment
120635e

hemanta212 Amp commited on

Fix Claude OAuth tool name mapping
e57badb

Ben Vargas commited on