Default enable narration.

This commit is contained in:
Christian Gunderman
2026-03-25 15:51:48 -07:00
parent 7df69e99a6
commit 621e12fde5
10 changed files with 307 additions and 89 deletions
+2 -2
View File
@@ -2826,8 +2826,8 @@
"topicUpdateNarration": {
"title": "Topic & Update Narration",
"description": "Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting.",
"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,
"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: `true`",
"default": true,
"type": "boolean"
}
},