mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 12:57:12 -07:00
docs: update settings.schema.json with experimental.btw
This commit is contained in:
committed by
Mahima Shanware
parent
cbe297bc97
commit
800edce6b1
@@ -2952,6 +2952,13 @@
|
||||
"markdownDescription": "Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting.\n\n- Category: `Experimental`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"btw": {
|
||||
"title": "Enable /btw Side Inquiries",
|
||||
"description": "Enable the experimental /btw side inquiry command for ephemeral, non-persisted chat turns.",
|
||||
"markdownDescription": "Enable the experimental /btw side inquiry command for ephemeral, non-persisted chat turns.\n\n- Category: `Experimental`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user