From 3b4ba3be3fae92f406dac4f413270889a8dcf4a6 Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 6 Jul 2026 15:19:21 +0800 Subject: [PATCH] switch to sonnet 5 --- modules/home/core/code.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/core/code.nix b/modules/home/core/code.nix index fa074e5..8596eb2 100644 --- a/modules/home/core/code.nix +++ b/modules/home/core/code.nix @@ -43,7 +43,7 @@ tool_permissions.default = "allow"; default_model = { provider = "copilot_chat"; - model = "claude-sonnet-4.6"; + model = "claude-sonnet-5"; effort = "high"; enable_thinking = false; };