From 1a79b5fa9fa0d1ce650fb4af64717413abcf42d4 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 5 Feb 2026 18:37:52 +0000 Subject: [PATCH] Update Claude model to opus 4-6 --- profiles/opencode.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index f78449a..db357d8 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -15,7 +15,7 @@ enable = true; package = inputs.llm-agents.packages.${pkgs.stdenv.hostPlatform.system}.opencode; settings = { - model = "anthropic/claude-opus-4-5"; + model = "anthropic/claude-opus-4-6"; small_model = "opencode/minimax-m2.1"; theme = "catppuccin"; plugin = ["opencode-anthropic-auth"]; @@ -33,7 +33,7 @@ }; agent = { plan = { - model = "anthropic/claude-opus-4-5"; + model = "anthropic/claude-opus-4-6"; }; explore = { model = "opencode/minimax-m2.1";