docs: update settings.schema.json with experimental.btw

This commit is contained in:
Mahima Shanware
2026-03-28 00:17:58 +00:00
committed by Mahima Shanware
parent cbe297bc97
commit 800edce6b1
+7
View File
@@ -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