co-mono/packages/ai/src
Mario Zechner 5d3e7d5aaa fix(ai): preserve unsigned tool call context for Gemini 3 with anti-mimicry note
Instead of skipping unsigned tool calls entirely (which lobotomizes context),
convert them to text with an explicit note telling the model this is historical
context from a different model and not a format to mimic.

This preserves tool call/result context when switching from providers without
thought signatures (e.g. Claude via Antigravity) to Gemini 3.
2026-01-16 23:42:39 +01:00
..
providers fix(ai): preserve unsigned tool call context for Gemini 3 with anti-mimicry note 2026-01-16 23:42:39 +01:00
utils fix(ai): coerce string numbers in tool argument validation (#786) 2026-01-16 20:16:13 +01:00
cli.ts Revert "Remove Anthropic OAuth support" 2026-01-09 06:00:20 +01:00
constants.ts Finalize OpenAI Codex compatibility (#737) 2026-01-16 00:58:36 +01:00
index.ts Finalize OpenAI Codex compatibility (#737) 2026-01-16 00:58:36 +01:00
models.generated.ts docs: add OpenCode Zen to provider lists in coding-agent README 2026-01-16 21:20:52 +01:00
models.ts Revert "feat(ai): add gpt-5.2-codex to OpenAI provider (#730)" 2026-01-14 22:22:55 +01:00
stream.ts feat(ai): add support for MiniMax China (minimax-cn) provider (#725) 2026-01-14 15:41:47 +01:00
types.ts feat(ai): add support for MiniMax China (minimax-cn) provider (#725) 2026-01-14 15:41:47 +01:00