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; };