Skip to content

Commit aee7db5

Browse files
committed
Fix settings stuff
1 parent 61a9a40 commit aee7db5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/get-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ their corresponding top-level category object in your `settings.json` file.
548548

549549
- **`experimental.codebaseInvestigatorSettings.thinkingBudget`** (number):
550550
- **Description:** The thinking budget for the Codebase Investigator agent.
551-
- **Default:** `-1`
551+
- **Default:** `8192`
552552
- **Requires restart:** Yes
553553

554554
- **`experimental.codebaseInvestigatorSettings.model`** (string):

schemas/settings.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@
832832
"thinkingBudget": {
833833
"title": "Thinking Budget",
834834
"description": "The thinking budget for the Codebase Investigator agent.",
835-
"markdownDescription": "The thinking budget for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `-1`",
836-
"default": -1,
835+
"markdownDescription": "The thinking budget for the Codebase Investigator agent.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `8192`",
836+
"default": 8192,
837837
"type": "number"
838838
},
839839
"model": {

0 commit comments

Comments
 (0)