refactor(executor): split providers and preserve legacy entrypoints 3e5ab39 shinmentakezo07 Claude Opus 4.6 commited on Feb 24
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(thinking): pass source and target formats to ApplyThinking for cross-format validation 4072514 hkfires commited on Jan 17
feat(executor): add HttpRequest support across executors for better http request handling a64baa3 unverified luispater commited on Jan 10
feat(executor): enhance payload translation with original request context ae057e3 unverified luispater commited on Jan 1
refactor(executor): resolve upstream model at conductor level before execution c37b7ba hkfires commited on Dec 30, 2025
feat(gemini): add per-key model alias support for Gemini provider e4d3e38 hkfires commited on Dec 30, 2025
refactor(executor): clarify executor comments and oauth names 9cc01d9 hkfires commited on Dec 10, 2025
Merge pull request #481 from sususu98/fix/increase-buffer-size a2d15c3 unverified luispater commited on Dec 11, 2025
feat(util): implement dynamic thinking suffix normalization and refactor budget resolution logic db58889 unverified luispater commited on Dec 10, 2025
fix(executor): increase buffer size for stream scanners to 50MB across multiple executors 864db07 sususu commited on Dec 10, 2025
feat(executor): normalize thinking budget across all Gemini executors ab09327 hkfires commited on Dec 9, 2025
refactor(executor): dedupe thinking metadata helpers across Gemini executors 82379d5 auroraflux commited on Nov 30, 2025
fix(gemini): parse stream usage from JSON, skip thoughtSignature b683a9d hkfires commited on Nov 22, 2025
**fix(runtime): simplify scanner buffer allocation in executor implementations** 09adea3 unverified luispater commited on Nov 18, 2025
**feat(runtime): add payload configuration support for executors** a917f9b unverified luispater commited on Nov 13, 2025
fix(executor): remove `safetySettings` from payload for Gemini requests 0f6a6da unverified luispater commited on Nov 1, 2025
refactor(executor): summarize API error bodies of html in debug logs 62f6af9 hkfires commited on Oct 30, 2025
fix(executor): only apply thinking config to supported models c896fd9 hkfires commited on Oct 29, 2025
Refactor executor error handling and usage reporting b9ad503 unverified luispater commited on Oct 21, 2025
Enhance logging for API requests and responses across executors 5b50851 unverified luispater commited on Oct 16, 2025
feat(registry, executor, util): add support for `gemini-2.5-flash-image-preview` and improve aspect ratio handling 147d05d unverified luispater commited on Oct 9, 2025
feat(registry/runtime): add Gemini 2.5 model and increase buffer sizes 40079ee unverified luispater commited on Oct 5, 2025
feat(runtime): introduce `newProxyAwareHTTPClient` for enhanced proxy handling 41556b2 unverified luispater commited on Sep 30, 2025
refactor(config): migrate to `SDKConfig` and streamline proxy handling 8dfd8c7 unverified luispater commited on Sep 26, 2025
chore(docs): add and refine package-level comments across modules 02e5e07 unverified luispater commited on Sep 24, 2025
fix(gemini): handle "[DONE]" chunk, trim "data:" prefix, and remove session_id from requests 3210b4f unverified luispater commited on Sep 24, 2025
refactor(executor): remove ClientAdapter and legacy fallback logic 9f9f2e1 unverified luispater commited on Sep 24, 2025
feat(translators): add token counting support for Claude and Gemini responses 59230c1 unverified luispater commited on Sep 24, 2025
feat(usage): implement usage tracking infrastructure across executors 13abc2b unverified luispater commited on Sep 23, 2025
feat(gemini-executor): implement `CountTokens` method with request translation and API integration 7d6ee1a unverified luispater commited on Sep 22, 2025