mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-29 15:30:40 -07:00
feat(core): disable tool discovery by default and require explicit configuration
This commit is contained in:
@@ -753,6 +753,12 @@ their corresponding top-level category object in your `settings.json` file.
|
||||
- **Default:** `undefined`
|
||||
- **Requires restart:** Yes
|
||||
|
||||
- **`tools.enableToolDiscovery`** (boolean):
|
||||
- **Description:** Enables the tool discovery feature using
|
||||
`tools.discoveryCommand`.
|
||||
- **Default:** `false`
|
||||
- **Requires restart:** Yes
|
||||
|
||||
- **`tools.callCommand`** (string):
|
||||
- **Description:** Defines a custom shell command for invoking discovered
|
||||
tools. The command must take the tool name as the first argument, read JSON
|
||||
|
||||
Reference in New Issue
Block a user