Commit History
fix(executor): update model name from `codex-mini-latest` to `gpt-5-codex-mini` bc1fee5 unverified
add default medium reasoning case for gpt-5-codex-mini 27c3a42 unverified
jeffnash Copilot commited on
add default medium reasoning case for gpt-5-codex-mini 6e95244 unverified
jeffnash Copilot commited on
feat(registry): add GPT-5 Codex Mini model variants 89a14f4
Jeff Nash commited on
fix(executor): add logging and prompt cache key handling for OpenAI responses b41b034 unverified
fix(executor): remove outdated Gemini model previews from CLI fallback order f52524a unverified
fix(executor): adjust `Anthropic-Beta` header handling for consistent API requests f5831a1 unverified
fix(executor): ensure consistent header application in Claude API requests ea20df2 unverified
fix(executor): remove `safetySettings` from payload in token counting request 3ffa428 unverified
fix(executor): remove `safetySettings` from payload for Gemini requests 0f6a6da unverified
feat(gemini): add Gemini API key endpoints 569d918
hkfires commited on
refactor(executor): summarize API error bodies of html in debug logs 62f6af9
hkfires commited on
chore(logging): clarify 429 rate-limit retries in Gemini executor 20518ca
hkfires commited on
fix(gemini-cli): correctly strip/normalize thinking config by model c32fec0
hkfires commited on
fix(executor): only apply thinking config to supported models c896fd9
hkfires commited on
feat(runtime): add User-Agent headers to codex and claude executors 313f901 unverified
fix(executor): pass authID to relay instead of provider c3b5398
hkfires commited on
feat(registry): unify Gemini models and add AI Studio set f56bc9a
hkfires commited on
Fixed: #172 df24910 unverified
feat(claude): add model alias mapping and improve key normalization 9a5a399 unverified
fix(gemini-executor): uppercase responseModalities 36885d1
hkfires commited on
fix(aistudio): ensure colon-spaced JSON in responses 7af3f21
hkfires commited on
refactor(wsrelay): rename RoundTrip to NonStream 965993c
hkfires commited on
fix(gemini): map responseModalities to uppercase IMAGE/TEXT 80f30e2
hkfires commited on
fix(aistudio): remove generationConfig and tools when action is countTokens ce3727e
hkfires commited on
fix(aistudio): strip usage metadata from non-final stream chunks c140413
hkfires commited on
feat(aistudio): track Gemini usage and improve stream errors 8c00322
hkfires commited on
feat: add websocket routing and executor unregister API 7ed60dd
hkfires commited on
Fixed: #140 #133 #80 9a36c01 unverified
feat(executor): add debug logs for rate-limiting retries in Gemini CLI executor 4f358ac unverified
docs: add GPT-5 Codex guidelines for internal usage 7a9d7e7 unverified
Refactor executor error handling and usage reporting b9ad503 unverified
Fixed: #148 c090e69 unverified
feat(iflow): add masked token logs; increase refresh lead to 24h b5f0288
hkfires commited on
feat(logging): centralize sensitive header masking 4382ac9
hkfires commited on
Enhance logging for API requests and responses across executors 5b50851 unverified
Feature: #103 a382a67 unverified
fix: add Claude→Claude passthrough to prevent SSE event fragmentation d755127 unverified
feat(usage): add support for tracking request source in usage records bfd7989 unverified
refactor(provider): remove Gemini Web cookie-based provider 35ad87e
hkfires commited on
feat(registry, executor, util): add support for `gemini-2.5-flash-image-preview` and improve aspect ratio handling 147d05d unverified
feat(registry, executor): add support for `glm-4.6` model and enhance Gemini CLI token handling 7dee760 unverified
feat(registry, executor): add support for `gemini-2.5-flash-image` model 4e98339 unverified
feat(gemini-web): Enable config hot-reload and fix Gem selection 7e8f110
hkfires commited on
fix(gemini): Disable thinking config for incompatible models 5c4667a
hkfires commited on
feat(registry/runtime): add Gemini 2.5 model and increase buffer sizes 40079ee unverified
feat(iflow): Add User-Agent header to API requests b62efaa
hkfires commited on
feat: Add support for iFlow provider 1089302
hkfires commited on