co-mono/packages/ai/src/providers
Mario Zechner 09d409cc92 Fix z.ai thinking/reasoning params, fixes #688
Z.ai uses thinking: { type: "enabled" | "disabled" } instead of
OpenAI's reasoning_effort. Added thinkingFormat compat flag to handle
this. Thinking is now explicitly enabled/disabled based on user setting.
2026-01-13 18:34:07 +01:00
..
openai-codex Prepare for alternative Codex harness certification 2026-01-10 13:22:10 +01:00
amazon-bedrock.ts Add MiniMax provider support (#656 by @dannote) 2026-01-13 02:27:09 +01:00
anthropic.ts feat(ai): Add Amazon Bedrock provider (#494) 2026-01-13 00:32:59 +01:00
google-gemini-cli.ts Improve Gemini CLI provider retries and headers (#670) 2026-01-13 01:04:53 +01:00
google-shared.ts Fix Claude via Google APIs requiring tool call IDs (#653) 2026-01-12 16:40:07 +01:00
google-vertex.ts fix(ai): complete textSignature round-trip for Google providers 2026-01-11 19:25:38 +01:00
google.ts fix(ai): complete textSignature round-trip for Google providers 2026-01-11 19:25:38 +01:00
openai-codex-responses.ts Avoid cross-provider thought signatures (#654) 2026-01-12 16:38:53 +01:00
openai-completions.ts Fix z.ai thinking/reasoning params, fixes #688 2026-01-13 18:34:07 +01:00
openai-responses.ts set the prompt cache key to session id (#698) 2026-01-13 18:29:36 +01:00
transform-messages.ts Fix tool call ID normalization for cross-provider switches to Anthropic/GitHub Copilot 2026-01-13 04:07:10 +01:00