From 1c5a910b43d8a99ef67ef8ab7598260488ba5379 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 9 Sep 2026 21:51:00 -0500 Subject: [PATCH] fix(core): request summarized adaptive thinking Co-authored-by: Aljosha Friemann <1730315+afriemann@users.noreply.github.com> --- packages/core/src/github-copilot/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/github-copilot/models.ts b/packages/core/src/github-copilot/models.ts index 936d1a65854b..ef2a74484d69 100644 --- a/packages/core/src/github-copilot/models.ts +++ b/packages/core/src/github-copilot/models.ts @@ -203,7 +203,7 @@ function variants(remote: UsableModel, messages: boolean): Model.Info["variants" settings: { thinking: { type: "adaptive", - ...(remote.id.includes("opus-4.7") ? { display: "summarized" } : {}), + display: "summarized", }, effort, },