From 90020a49983d1c10b03c255108dbd29dbff2af1d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Jun 2025 08:18:29 +0300 Subject: [PATCH] chore(config): zed config update --- config/zed/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/zed/settings.json b/config/zed/settings.json index bd90980..9391909 100644 --- a/config/zed/settings.json +++ b/config/zed/settings.json @@ -1,8 +1,13 @@ { + "context_servers": { + "github-activity-summarizer": { + "settings": {} + } + }, "telemetry": { "metrics": false }, - "assistant": { + "agent": { "always_allow_tool_actions": false, "default_model": { "provider": "copilot_chat",