feat(core): Ship model steering by default.

This commit is contained in:
Your Name
2026-03-19 19:02:59 +00:00
parent 4e5dfd0cb7
commit 712588fe46
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1401,7 +1401,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`experimental.modelSteering`** (boolean):
- **Description:** Enable model steering (user hints) to guide the model
during tool execution.
- **Default:** `false`
- **Default:** `true`
- **`experimental.directWebFetch`** (boolean):
- **Description:** Enable web fetch behavior that bypasses LLM summarization.