fix(opencode): default display summarized for gateway opus 4.7+ adaptive reasoning (#30027)

This commit is contained in:
Aiden Cline
2026-05-30 18:07:06 -05:00
committed by GitHub
parent 52e288ea71
commit 3070b0f4ae
2 changed files with 47 additions and 0 deletions

View File

@@ -697,6 +697,10 @@ export function variants(model: Provider.Model): Record<string, Record<string, a
{
thinking: {
type: "adaptive",
// Opus 4.7+ flips the API default for `display` to "omitted", which
// returns empty thinking blocks. Force "summarized" so summaries
// survive (4.6/Sonnet 4.6 already default to "summarized").
...(adaptiveOpus ? { display: "summarized" } : {}),
},
effort,
},