co-mono/packages/ai/src/providers
Mario Zechner a613306e11 fix(ai): disable strict mode for OpenAI completions tool schemas
OpenRouter with models like openai/gpt-5.2 enforces strict mode which
requires all properties in the required array. Setting strict: false
allows optional parameters without null unions, matching the approach
already used in openai-responses.ts.
2026-01-10 00:19:02 +01:00
..
openai-codex Resolve os.homedir() lazily instead of at module load time 2026-01-09 16:09:54 +08:00
anthropic.ts Add [Unreleased] section for next cycle 2026-01-09 20:24:50 +01:00
google-gemini-cli.ts chore: fix template literal lint, update AGENTS.md to require fixing all check output 2026-01-08 23:44:26 +01:00
google-shared.ts fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff 2026-01-08 21:19:16 +01:00
google-vertex.ts fix(ai): classify Google thoughtSignature as thinking 2026-01-06 20:47:19 +02:00
google.ts fix(ai): classify Google thoughtSignature as thinking 2026-01-06 20:47:19 +02:00
openai-codex-responses.ts fix(ai): improve codex stream error details 2026-01-07 22:44:22 +00:00
openai-completions.ts fix(ai): disable strict mode for OpenAI completions tool schemas 2026-01-10 00:19:02 +01:00
openai-responses.ts Set strict parameter to false in OpenAI response mapping (#598) 2026-01-09 20:32:58 +01:00
transorm-messages.ts fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff 2026-01-08 21:19:16 +01:00