From 95d131eb513c0f2e268670a3284e7855f36adee5 Mon Sep 17 00:00:00 2001 From: voson Date: Mon, 2 Feb 2026 10:42:21 +0800 Subject: [PATCH] feat: add claude-opus-4-5 model configuration with thinking mode --- opencode.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/opencode.json b/opencode.json index 9002dee..6faad8f 100644 --- a/opencode.json +++ b/opencode.json @@ -15,6 +15,14 @@ "budgetTokens": 16000 } } + }, + "claude-opus-4-5": { + "options": { + "thinking": { + "type": "enabled", + "budgetTokens": 16000 + } + } } } }