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
This commit is contained in:
Abdelhakim Qbaich
2025-10-14 10:18:52 -03:00
committed by GitHub
parent ab70555a8a
commit fd63d432e9
+1 -1
View File
@@ -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,