co-mono/packages/ai/src
Mario Zechner 16e142ef7d fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff
- Remove <thinking> tag generation from google-shared.ts, transorm-messages.ts, openai-completions.ts
- Thinking blocks now convert to plain text when switching models (prevents models mimicking tags)
- Skip empty thinking blocks to avoid API errors
- Keep thinking blocks only when same provider AND same model

fixes #561
2026-01-08 21:19:16 +01:00
..
providers fix(ai): remove <thinking> tag wrapping, convert to plain text on cross-model handoff 2026-01-08 21:19:16 +01:00
utils fix(ai): detect context_length_exceeded overflow 2026-01-08 03:16:59 +01:00
cli.ts feat(ai): add OpenAI Codex OAuth + responses provider 2026-01-04 21:11:19 +02:00
index.ts Add the codex bridge prompt in the html export 2026-01-06 14:21:34 +01:00
models.generated.ts fix(ai): clean up openai-codex models and token limits 2026-01-07 20:39:46 +01:00
models.ts fix: clean up Codex thinking level handling 2026-01-05 21:58:26 +01:00
stream.ts feat: add thinkingBudgets option to customize token budgets 2026-01-07 15:13:26 +03:00
types.ts feat: add thinkingBudgets option to customize token budgets 2026-01-07 15:13:26 +03:00