From 57317f8c748f53c51c6d6d9742db70180d838442 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 13 Jan 2026 21:49:48 +0000 Subject: [PATCH] [zed] Update zed config --- zed/.config/zed/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zed/.config/zed/settings.json b/zed/.config/zed/settings.json index 2762c72..d8885b0 100644 --- a/zed/.config/zed/settings.json +++ b/zed/.config/zed/settings.json @@ -40,9 +40,9 @@ "agent": { "default_model": { "provider": "copilot_chat", - "model": "claude-sonnet-4", + "model": "claude-sonnet-4.5", }, - "always_allow_tool_actions": false, + "always_allow_tool_actions": true, "enabled": true, "button": true, "model_parameters": [],