fix(cli): add enableShellOutputEfficiency to settings schema (#15560)

This commit is contained in:
Maple!
2025-12-27 03:07:33 +08:00
committed by GitHub
parent 21388a0a40
commit a26d195404
4 changed files with 24 additions and 0 deletions

View File

@@ -621,6 +621,11 @@ their corresponding top-level category object in your `settings.json` file.
shell command. Defaults to 5 minutes.
- **Default:** `300`
- **`tools.shell.enableShellOutputEfficiency`** (boolean):
- **Description:** Enable shell output efficiency optimizations for better
performance.
- **Default:** `true`
- **`tools.autoAccept`** (boolean):
- **Description:** Automatically accept and execute tool calls that are
considered safe (e.g., read-only operations).