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": [],