enable cli_help agent by default (#16100)

This commit is contained in:
Tommaso Sciortino
2026-01-07 15:43:12 -08:00
committed by GitHub
parent 51d3f44d51
commit 1aa35c8796
7 changed files with 12 additions and 10 deletions

View File

@@ -111,4 +111,5 @@ they appear in the UI.
| ----------------------------------- | ------------------------------------------------------- | ------------------------------------------------------------ | ------- |
| Enable Codebase Investigator | `experimental.codebaseInvestigatorSettings.enabled` | Enable the Codebase Investigator agent. | `true` |
| Codebase Investigator Max Num Turns | `experimental.codebaseInvestigatorSettings.maxNumTurns` | Maximum number of turns for the Codebase Investigator agent. | `10` |
| Enable CLI Help Agent | `experimental.cliHelpAgentSettings.enabled` | Enable the CLI Help Agent. | `true` |
| Agent Skills | `experimental.skills` | Enable Agent Skills (experimental). | `false` |

View File

@@ -853,7 +853,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`experimental.cliHelpAgentSettings.enabled`** (boolean):
- **Description:** Enable the CLI Help Agent.
- **Default:** `false`
- **Default:** `true`
- **Requires restart:** Yes
#### `skills`