Shinwayy / internal /runtime

Commit History

track binary files with git-lfs
db492de

Shinway Deploy commited on

feat(executor): add session ID and HMAC-SHA256 signature generation for iFlow API requests
1e87161

hkfires commited on

Merge pull request #1467 from dusty-du/fix/kimi-toolcall-reasoning-content
e72ccc6
unverified

luispater commited on

fix(kimi): reduce redundant payload cloning and simplify translation calls
349a004
unverified

luispater commited on

fix(kimi): update base URL and integrate ClaudeExecutor fallback
a36e9ba
unverified

luispater commited on

Fix Kimi tool-call reasoning_content normalization
60a69e4

test commited on

feat: add Kimi authentication support and streamline device ID handling
1ff5b6f
unverified

luispater commited on

Add Kimi (Moonshot AI) provider support
88a36e2

test Claude Opus 4.6 commited on

refactor(executor): centralize Codex client version and user agent constants
564ee15
unverified

luispater commited on

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

luispater commited on

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

luispater commited on

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

luispater commited on

fix(executor): handle "global" location in AI platform URL generation
96d4e31
unverified

luispater commited on

refactor(codex): remove codex instructions injection support
f1597d6

hkfires commited on

feat(config): add payload filter rules to remove JSON paths
272f0d9
unverified

luispater commited on

Fixed: #1372 #1366
bf10a0c
unverified

luispater commited on

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

luispater commited on

fix(caching): ensure prompt-caching beta is always appended and add multi-turn cache control tests
7808a6c
unverified

luispater commited on

feat(caching): implement Claude prompt caching with multi-turn support
bc71fff

Martin Schneeweiss Claude Opus 4.5 commited on

fix(codex): avoid empty prompt_cache_key
b2f5f03
unverified

Shady Khalifa commited on

fix(openai): drop stream for responses/compact
9df2a02
unverified

Shady Khalifa commited on

feat(openai): add responses/compact support
642da09
unverified

Shady Khalifa commited on

feat(auth): add support for request_retry and disable_cooling overrides
add7d68
unverified

luispater commited on

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

luispater commited on

feat(executor): add request_id to error logs
c122a46

hkfires commited on

Merge pull request #1132 from XYenon/fix/gemini-models-displayname-override
2f5a938
unverified

luispater commited on

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

Mauricio Allende commited on

feat(executor): apply payload rules using requested model
ba27e38

hkfires commited on

fix(executor): adjust model-specific request payload
1b2edbc

hkfires commited on

refactor(util): reorder gemini schema cleaner helpers
d2f5bc1

hkfires commited on

Fix Gemini function-calling INVALID_ARGUMENT by relaxing Gemini tool validation and cleaning schema
e4915f5

sowar1987 commited on

fix(gemini): preserve displayName and description in models list
5ae9bf2

XYenon commited on

fix(executor): only strip maxOutputTokens for non-claude models
dfde8e4

hkfires commited on

Fix antigravity malformed_function_call
46083fd

bexcodex commited on

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

luispater commited on

Merge pull request #868
59ebdef
unverified

luispater commited on

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

hkfires commited on

feat(vertex): add Imagen image generation model support
fec8f9a

dinhkarate commited on

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

luispater commited on

fix(executor): stop rewriting thinkingLevel for gemini
cf2ec46

hkfires commited on

feat(registry): expand antigravity model config
15faa87

hkfires commited on

refactor(claude): move max_tokens constraint enforcement to Apply method
4300f05

hkfires commited on

refactor(thinking): pass source and target formats to ApplyThinking for cross-format validation
0d5d901

hkfires commited on

feat(runtime): add model alias support and enhance payload rule matching
cb7cfc9
unverified

luispater commited on

feat(codex): enhance input transformation and remove unused `safety_identifier` field
8f87944
unverified

luispater commited on

fix(codex): ensure instructions field exists
0407c8c

hkfires commited on

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

hkfires commited on

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

luispater commited on

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

luispater commited on

refactor(thinking): extract antigravity logic into a dedicated provider
fdcdaf9

hkfires commited on