You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"help": "Trusted local filesystem roots for self-hosted Telegram Bot API absolute file_path values. Only absolute paths inside these roots are read directly; all other absolute paths are rejected.",
"help": "Trusted local filesystem roots for self-hosted Telegram Bot API absolute file_path values. Only absolute paths inside these roots are read directly; all other absolute paths are rejected.",
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming is partial (default: true).",
83
83
},
84
-
streamMode: {
85
-
label: "Slack Stream Mode (Legacy)",
86
-
help: "Legacy Slack preview mode alias (replace | status_final | append); auto-migrated to channels.slack.streaming.",
87
-
},
88
84
"thread.historyScope": {
89
85
label: "Slack Thread History Scope",
90
86
help: 'Scope for Slack thread history context ("thread" isolates per thread; "channel" reuses channel history).',
help: "Enable native Slack text streaming (chat.startStream/chat.appendStream/chat.stopStream) when channels.slack.streaming is partial (default: true).",
11693
11679
},
11694
-
streamMode: {
11695
-
label: "Slack Stream Mode (Legacy)",
11696
-
help: "Legacy Slack preview mode alias (replace | status_final | append); auto-migrated to channels.slack.streaming.",
11697
-
},
11698
11680
"thread.historyScope": {
11699
11681
label: "Slack Thread History Scope",
11700
11682
help: 'Scope for Slack thread history context ("thread" isolates per thread; "channel" reuses channel history).',
"Trusted local filesystem roots for self-hosted Telegram Bot API absolute file_path values. Only absolute paths under these roots are read directly; all other absolute paths are rejected.",
"Trusted local filesystem roots for self-hosted Telegram Bot API absolute file_path values. Only absolute paths under these roots are read directly; all other absolute paths are rejected.",
help: "Custom Telegram Bot API root URL. Use for self-hosted Bot API servers (https://github.com/tdlib/telegram-bot-api) or reverse proxies in regions where api.telegram.org is blocked.",
13818
13816
},
13817
+
trustedLocalFileRoots: {
13818
+
label: "Telegram Trusted Local File Roots",
13819
+
help: "Trusted local filesystem roots for self-hosted Telegram Bot API absolute file_path values. Only absolute paths inside these roots are read directly; all other absolute paths are rejected.",
13820
+
},
13819
13821
autoTopicLabel: {
13820
13822
label: "Telegram Auto Topic Label",
13821
13823
help: "Auto-rename DM forum topics on first message using LLM. Default: true. Set to false to disable, or use object form { enabled: true, prompt: '...' } for custom prompt.",
0 commit comments