From fd63d432e9e82725af4c575267a3da79737de1e3 Mon Sep 17 00:00:00 2001 From: Abdelhakim Qbaich Date: Tue, 14 Oct 2025 09:18:52 -0400 Subject: [PATCH] Remove obsolete contents tool and add open to write profile (#40131) `contents` doesn't exist anymore. `open` was only set for `ask` and not `write`. Release Notes: - N/A --- assets/settings/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index b56845b940..995c3901c7 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -906,6 +906,7 @@ "now": true, "find_path": true, "read_file": true, + "open": true, "grep": true, "terminal": true, "thinking": true, @@ -917,7 +918,6 @@ // We don't know which of the context server tools are safe for the "Ask" profile, so we don't enable them by default. // "enable_all_context_servers": true, "tools": { - "contents": true, "diagnostics": true, "fetch": true, "list_directory": true,