Discord: add trusted channel topics on new sessions

This commit is contained in:
Shadow
2026-02-20 18:22:13 -06:00
parent 2dba150c16
commit eedea6cf34
6 changed files with 51 additions and 7 deletions

View File

@@ -98,6 +98,8 @@ export type MsgContext = {
GroupSubject?: string;
/** Human label for channel-like group conversations (e.g. #general, #support). */
GroupChannel?: string;
/** Channel topic/description (trusted metadata for new session context). */
ChannelTopic?: string;
GroupSpace?: string;
GroupMembers?: string;
GroupSystemPrompt?: string;