From fbcf8f65e6c8348cf63cada9bdaaed9c3877ba16 Mon Sep 17 00:00:00 2001 From: m3ta-chiron Date: Mon, 15 Jun 2026 12:59:17 +0200 Subject: [PATCH] chore: fix opus 4.8 thinking --- profiles/sets/coding/agents/opencode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/sets/coding/agents/opencode.nix b/profiles/sets/coding/agents/opencode.nix index 6b08c85..e9a836f 100644 --- a/profiles/sets/coding/agents/opencode.nix +++ b/profiles/sets/coding/agents/opencode.nix @@ -231,7 +231,7 @@ name = "Claude Opus 4.8"; options = { thinking = { - type = "enabled"; + type = "adaptive"; budget_tokens = 16000; }; };