Commit History
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(executor): add request_id to error logs 2511652
hkfires commited on
feat(executor): apply payload rules using requested model 69a5340
hkfires commited on
feat(registry): support provider-specific model info lookup 4771da8
hkfires commited on
refactor(thinking): pass source and target formats to ApplyThinking for cross-format validation 4072514
hkfires commited on
fix(executor): properly handle thinking application errors e934726
hkfires commited on
refactor: improve thinking logic ee9e572
hkfires commited on
feat(executor): add HttpRequest support across executors for better http request handling a64baa3 unverified
Fixed: #942 5708daa unverified
feat(executor): enhance payload translation with original request context ae057e3 unverified
refactor(executor): resolve upstream model at conductor level before execution c37b7ba
hkfires commited on
refactor(thinking): export thinking helpers ca524b4
hkfires commited on
fix(executor): add `allowCompat` support for reasoning effort normalization fcacb47 unverified
fix(openai-compat): prevent model alias from being overwritten by ResolveOriginalModel ddd4bb1
Merge pull request #481 from sususu98/fix/increase-buffer-size a2d15c3 unverified
fix(runtime): unify reasoning effort metadata overrides da8b2ff
hkfires commited on
fix(runtime): validate reasoning effort levels f4e99ba
hkfires commited on
feat(runtime): add thinking config normalization e9260fd
hkfires commited on
feat(util): implement dynamic thinking suffix normalization and refactor budget resolution logic db58889 unverified
fix(executor): increase buffer size for stream scanners to 50MB across multiple executors 864db07
sususu commited on
**refactor(executor): simplify Gemini CLI execution and remove internal retry logic** 4ae9540 unverified
**fix(runtime): simplify scanner buffer allocation in executor implementations** 09adea3 unverified
**feat(runtime): add payload configuration support for executors** a917f9b unverified
fix(executor): ensure usage reporting for upstream responses lacking usage data e99a11a unverified
feat(config): support HTTP headers across providers e6bdaef
hkfires commited on
refactor(executor): summarize API error bodies of html in debug logs 62f6af9
hkfires commited on