mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 17:04:41 +00:00
- Map redacted_thinking to ThinkingContent with redacted: true instead of adding a new content type. The opaque payload goes in thinkingSignature, thinking text is set to "[Reasoning redacted]" so it renders naturally everywhere. Cross-model transform drops redacted blocks. - Skip interleaved-thinking-2025-05-14 beta header for Opus 4.6 / Sonnet 4.6 where adaptive thinking makes it deprecated/redundant. - Do not send temperature when thinkingEnabled is true (incompatible with both adaptive and budget-based thinking). Based on #1665 by @tctev |
||
|---|---|---|
| .. | ||
| amazon-bedrock.ts | ||
| anthropic.ts | ||
| azure-openai-responses.ts | ||
| github-copilot-headers.ts | ||
| google-gemini-cli.ts | ||
| google-shared.ts | ||
| google-vertex.ts | ||
| google.ts | ||
| openai-codex-responses.ts | ||
| openai-completions.ts | ||
| openai-responses-shared.ts | ||
| openai-responses.ts | ||
| register-builtins.ts | ||
| simple-options.ts | ||
| transform-messages.ts | ||