shinnmen / internal /runtime /executor

Commit History

refactor codex websocket request normalization
197972f

shinmentakezo07 commited on

feat(codex): default agent mode for non-stream prompts
d7eba7c

shinmentakezo07 commited on

feat(codex): add planner-reviewer agent mode
bb8f6a6

shinmentakezo07 commited on

refactor(stream): harden forwarding and hook composition
76d784c

shinmentakezo07 Claude Opus 4.6 commited on

feat(codex): add Redis-backed prompt cache fallback
0e6d51f

shinmentakezo07 Claude Opus 4.6 commited on

refactor codex request normalization and stream event parsing
90d1585

shinmentakezo07 commited on

ein
d61c097

shinmentakezo07 commited on

fix(executor): remove unused import and vertex variable
cab3daa

shinmentakezo07 Claude Opus 4.6 commited on

fix(executor): restore retryAfter and count-token payload deletes
323ebc6

shinmentakezo07 Claude Opus 4.6 commited on

fix(executor): restore shared statusErr type
a9ddcf4

shinmentakezo07 Claude Opus 4.6 commited on

fix(executor): restore usageDetail alias for provider parse usage
1125e8d

shinmentakezo07 Claude Opus 4.6 commited on

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

shinmentakezo07 Claude Opus 4.6 commited on

feat: add cache-user-id toggle for Claude cloaking
94bf56c

matchch commited on

fix: ensure connection-scoped headers are filtered in upstream requests
0e32196
unverified

luispater commited on

Merge PR #1626 into codex/pr-1626
b3b7752
unverified

luispater commited on

Merge pull request #1628 from thebtf/fix/masquerading-headers
dce94b3
unverified

luispater commited on

Merge pull request #1625 from thebtf/feat/tool-prefix-config
521d529
unverified

luispater commited on

Merge branch 'pr-1624' into dev
f55e04e
unverified

luispater commited on

Merge pull request #1608 from thebtf/fix/tool-reference-proxy-prefix-mainline
6380e4a
unverified

luispater commited on

chore(executor): remove unused Openai-Beta header from Codex executor
3a99d1b
unverified

luispater commited on

feat(logging, executor): add request logging tests and WebSocket-based Codex executor
6434782
unverified

luispater commited on

fix: update Claude masquerading headers and make them configurable
dc57d0c

Kirill Turanskiy commited on

feat: passthrough upstream response headers to clients
409fbf7

Kirill Turanskiy commited on

feat: add per-auth tool_prefix_disabled option
54ee78e

Kirill Turanskiy commited on

fix: skip proxy_ prefix for built-in tools in message history
b7875c5

Kirill Turanskiy commited on

fix: skip built-in tools in tool_reference prefix + refactor to switch
6547de8

Kirill Turanskiy commited on

fix: handle tool_reference nested inside tool_result.content[]
275c7bf

Kirill Turanskiy commited on

fix: add proxy_ prefix handling for tool_reference content blocks (#1)
5d1d154

Kirill Turanskiy Kirill Turanskiy commited on

chore(runtime): update Qwen executor user agent and headers for compatibility with new runtime standards
36f4ee2
unverified

luispater commited on

refactor(all): replace manual pointer assignments with `new` to enhance code readability and maintainability
2359a6f
unverified

luispater commited on

chore(runtime, registry): update Codex client version and GPT-5.3 model creation date
fc1c6a4
unverified

luispater commited on

fix(schema): remove Gemini-incompatible tool metadata fields
4df886a

Ninaaaaa Claude Opus 4.6 commited on

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

hkfires commited on

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

luispater commited on

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

luispater commited on

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

luispater commited on

Fix Kimi tool-call reasoning_content normalization
bb5fa10

test commited on

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

luispater commited on

Add Kimi (Moonshot AI) provider support
61bff8c

test Claude Opus 4.6 commited on

refactor(executor): centralize Codex client version and user agent constants
232693e
unverified

luispater 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

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

luispater commited on

refactor(codex): remove codex instructions injection support
ddd1d2e

hkfires commited on

feat(config): add payload filter rules to remove JSON paths
58d1bb7
unverified

luispater commited on

Fixed: #1372 #1366
3495cd6
unverified

luispater commited on

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

luispater commited on

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

luispater commited on

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

Martin Schneeweiss Claude Opus 4.5 commited on