fix(executor): prevent streaming on failed response when no fallback 31a0315 Ben Vargas commited on Nov 19, 2025
fix(executor): prevent streaming from 429 response when fallback available 98f4bdc Ben Vargas commited on Nov 19, 2025
feat(executor): add intelligent retry logic for 429 rate limits 21841be Ben Vargas commited on Nov 19, 2025
**feat(registry): add GPT-5.1 Codex Max model definitions and support** 4052a2c unverified luispater commited on Nov 19, 2025
**feat(auth): add AuthIndex for diagnostics and ensure usage recording** d8141aa unverified luispater commited on Nov 19, 2025
fix: detect HTML error bodies without text/html content type 60de4a1 hkfires commited on Nov 19, 2025
**fix(runtime): simplify scanner buffer allocation in executor implementations** 211886e unverified luispater commited on Nov 18, 2025
**refactor(runtime): centralize reasoning effort logic for GPT models** e0abb78 unverified luispater commited on Nov 14, 2025
**feat(runtime): extend executor support for GPT-5.1 Codex and variants** 2cfd364 unverified luispater commited on Nov 14, 2025
**feat(runtime): add payload configuration support for executors** 3374794 unverified luispater commited on Nov 13, 2025
feat(gemini-cli): add multi-project support and enhance credential handling 11201d4 unverified luispater commited on Nov 12, 2025
feat(vertex): add usage source resolution for Vertex projects eba6a77 unverified luispater commited on Nov 12, 2025
feat(vertex, management): enhance token handling and OAuth2 integration a8d7786 unverified luispater commited on Nov 11, 2025
feat(vertex): add support for Vertex AI Gemini authentication and execution 836fe8c unverified luispater commited on Nov 10, 2025
fix(executor): ensure usage reporting for upstream responses lacking usage data a2750ad unverified luispater commited on Nov 9, 2025
fix(executor): remove default reasoning effort for `gpt-5-codex-mini` 59168ec unverified luispater commited on Nov 8, 2025
fix(executor): update model name from `codex-mini-latest` to `gpt-5-codex-mini` 33524b3 unverified luispater commited on Nov 8, 2025
add default medium reasoning case for gpt-5-codex-mini 78749fe unverified jeffnash Copilot commited on Nov 8, 2025
add default medium reasoning case for gpt-5-codex-mini c60d50a unverified jeffnash Copilot commited on Nov 8, 2025
fix(executor): add logging and prompt cache key handling for OpenAI responses 5b6be1d unverified luispater commited on Nov 7, 2025
fix(executor): remove outdated Gemini model previews from CLI fallback order 271fb82 unverified luispater commited on Nov 7, 2025
fix(executor): adjust `Anthropic-Beta` header handling for consistent API requests deec028 unverified luispater commited on Nov 3, 2025
fix(executor): ensure consistent header application in Claude API requests 5b36e97 unverified luispater commited on Nov 3, 2025
fix(executor): remove `safetySettings` from payload in token counting request 5a9a4d7 unverified luispater commited on Nov 3, 2025
fix(executor): remove `safetySettings` from payload for Gemini requests ff1947c unverified luispater commited on Nov 1, 2025
refactor(executor): summarize API error bodies of html in debug logs 4db8974 hkfires commited on Oct 30, 2025
chore(logging): clarify 429 rate-limit retries in Gemini executor 9e51dcc hkfires commited on Oct 29, 2025
fix(gemini-cli): correctly strip/normalize thinking config by model d3279a9 hkfires commited on Oct 29, 2025
fix(executor): only apply thinking config to supported models c833395 hkfires commited on Oct 29, 2025
feat(runtime): add User-Agent headers to codex and claude executors ea3a8ca unverified luispater commited on Oct 29, 2025
feat(claude): add model alias mapping and improve key normalization 6442491 unverified luispater commited on Oct 27, 2025
fix(aistudio): remove generationConfig and tools when action is countTokens 616ed67 hkfires commited on Oct 26, 2025
fix(aistudio): strip usage metadata from non-final stream chunks 7efa30c hkfires commited on Oct 25, 2025
feat(aistudio): track Gemini usage and improve stream errors 4161485 hkfires commited on Oct 25, 2025
feat(executor): add debug logs for rate-limiting retries in Gemini CLI executor 6c7282b unverified luispater commited on Oct 23, 2025