Channels: add thread-aware model overrides

This commit is contained in:
Shadow
2026-02-20 19:26:25 -06:00
committed by GitHub
parent ee8dd40509
commit f555835b09
53 changed files with 1379 additions and 1398 deletions

View File

@@ -98,8 +98,6 @@ 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;