From e5723e09648e60a4e958a0341163066a81431e8c Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Wed, 24 Sep 2025 16:04:45 +0200 Subject: [PATCH] Update zed.jsonc --- config/zed.jsonc | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/config/zed.jsonc b/config/zed.jsonc index a9373aa..0d0d20e 100644 --- a/config/zed.jsonc +++ b/config/zed.jsonc @@ -88,6 +88,47 @@ // ## AI Stuff ## // ############################################# "agent": { + "profiles": { + "ask": { + "name": "Ask", + "tools": { + "contents": true, + "diagnostics": true, + "fetch": true, + "list_directory": true, + "project_notifications": false, + "now": true, + "find_path": true, + "read_file": true, + "open": true, + "grep": true, + "thinking": true, + "web_search": true + }, + "enable_all_context_servers": false, + "context_servers": { + "memory": { + "tools": { + "search_nodes": true, + "read_graph": true, + "open_nodes": true, + "delete_relations": true, + "delete_observations": true, + "delete_entities": true, + "create_relations": true, + "create_entities": true, + "add_observations": true + } + }, + "mcp-server-context7": { + "tools": { + "resolve-library-id": true, + "get-library-docs": true + } + } + } + } + }, "always_allow_tool_actions": true, "default_profile": "write", "model_parameters": [],