refactor(stream): harden forwarding and hook composition 76d784c shinmentakezo07 Claude Opus 4.6 commited on Feb 25
feat(codex): add Redis-backed prompt cache fallback 0e6d51f shinmentakezo07 Claude Opus 4.6 commited on Feb 25
refactor codex request normalization and stream event parsing 90d1585 shinmentakezo07 commited on Feb 25
fix(executor): remove unused import and vertex variable cab3daa shinmentakezo07 Claude Opus 4.6 commited on Feb 24
fix(executor): restore retryAfter and count-token payload deletes 323ebc6 shinmentakezo07 Claude Opus 4.6 commited on Feb 24
fix(executor): restore shared statusErr type a9ddcf4 shinmentakezo07 Claude Opus 4.6 commited on Feb 24
fix(executor): restore usageDetail alias for provider parse usage 1125e8d shinmentakezo07 Claude Opus 4.6 commited on Feb 24
refactor(executor): split providers and preserve legacy entrypoints 3e5ab39 shinmentakezo07 Claude Opus 4.6 commited on Feb 24
fix: ensure connection-scoped headers are filtered in upstream requests 0e32196 unverified luispater commited on Feb 19
Merge pull request #1628 from thebtf/fix/masquerading-headers dce94b3 unverified luispater commited on Feb 18
Merge pull request #1625 from thebtf/feat/tool-prefix-config 521d529 unverified luispater commited on Feb 18
Merge pull request #1608 from thebtf/fix/tool-reference-proxy-prefix-mainline 6380e4a unverified luispater commited on Feb 18
chore(executor): remove unused Openai-Beta header from Codex executor 3a99d1b unverified luispater commited on Feb 18
feat(logging, executor): add request logging tests and WebSocket-based Codex executor 6434782 unverified luispater commited on Feb 18
fix: update Claude masquerading headers and make them configurable dc57d0c Kirill Turanskiy commited on Feb 17
fix: skip proxy_ prefix for built-in tools in message history b7875c5 Kirill Turanskiy commited on Feb 17
fix: skip built-in tools in tool_reference prefix + refactor to switch 6547de8 Kirill Turanskiy commited on Feb 16
fix: handle tool_reference nested inside tool_result.content[] 275c7bf Kirill Turanskiy commited on Feb 16
fix: add proxy_ prefix handling for tool_reference content blocks (#1) 5d1d154 Kirill Turanskiy Kirill Turanskiy commited on Feb 16
chore(runtime): update Qwen executor user agent and headers for compatibility with new runtime standards 36f4ee2 unverified luispater commited on Feb 16
refactor(all): replace manual pointer assignments with `new` to enhance code readability and maintainability 2359a6f unverified luispater commited on Feb 15
chore(runtime, registry): update Codex client version and GPT-5.3 model creation date fc1c6a4 unverified luispater commited on Feb 13
fix(schema): remove Gemini-incompatible tool metadata fields 4df886a Ninaaaaa Claude Opus 4.6 commited on Feb 11
feat(executor): add session ID and HMAC-SHA256 signature generation for iFlow API requests 7763242 hkfires commited on Feb 9
Merge pull request #1467 from dusty-du/fix/kimi-toolcall-reasoning-content b368fc6 unverified luispater commited on Feb 7
fix(kimi): reduce redundant payload cloning and simplify translation calls d085ae1 unverified luispater commited on Feb 7
fix(kimi): update base URL and integrate ClaudeExecutor fallback 05c6a8f unverified luispater commited on Feb 6
feat: add Kimi authentication support and streamline device ID handling fc3bbab unverified luispater commited on Feb 6
refactor(executor): centralize Codex client version and user agent constants 232693e unverified luispater commited on Feb 5
refactor(translator, executor): remove redundant `bytes.Clone` calls for improved performance 1b0fbba unverified luispater commited on Feb 5
refactor(executor): optimize payload cloning and streamline SDK translator usage c702df8 unverified luispater commited on Feb 5
refactor(util, executor): optimize payload handling and schema processing 45239da unverified luispater commited on Feb 5
fix(executor): handle "global" location in AI platform URL generation ff935d8 unverified luispater commited on Feb 2
feat(config): add payload filter rules to remove JSON paths 58d1bb7 unverified luispater commited on Jan 31
Merge pull request #1248 from shekohex/feat/responses-compact d7805f3 unverified luispater commited on Jan 30
fix(caching): ensure prompt-caching beta is always appended and add multi-turn cache control tests 2e16951 unverified luispater commited on Jan 30
feat(caching): implement Claude prompt caching with multi-turn support 0f32d2c Martin Schneeweiss Claude Opus 4.5 commited on Jan 28