fix(channels): align preview tool progress help

This commit is contained in:
Vincent Koc
2026-05-03 19:02:22 -07:00
parent 50da306c0a
commit 708c7cd2e2
5 changed files with 7 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ export const discordChannelConfigUiHints = {
},
"streaming.preview.toolProgress": {
label: "Discord Draft Tool Progress",
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to keep tool updates as separate messages.",
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to hide interim tool updates while the draft preview stays active.",
},
"streaming.progress.label": {
label: "Discord Progress Label",

View File

@@ -35,7 +35,7 @@ export const mattermostChannelConfigUiHints = {
},
"streaming.preview.toolProgress": {
label: "Mattermost Draft Tool Progress",
help: "Show tool/progress activity in the live draft preview post (default: true). Set false to keep tool updates as separate messages.",
help: "Show tool/progress activity in the live draft preview post (default: true). Set false to hide interim tool updates while the draft preview stays active.",
},
"streaming.block.enabled": {
label: "Mattermost Block Streaming Enabled",

View File

@@ -115,7 +115,7 @@ export const slackChannelConfigUiHints = {
},
"streaming.preview.toolProgress": {
label: "Slack Draft Tool Progress",
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to keep tool updates as separate messages.",
help: "Show tool/progress activity in the live draft preview message (default: true). Set false to hide interim tool updates while the draft preview stays active.",
},
"streaming.progress.label": {
label: "Slack Progress Label",