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

@@ -32,6 +32,7 @@ export async function buildStatusReply(params: {
command: CommandContext;
sessionEntry?: SessionEntry;
sessionKey: string;
parentSessionKey?: string;
sessionScope?: SessionScope;
storePath?: string;
provider: string;
@@ -51,6 +52,7 @@ export async function buildStatusReply(params: {
command,
sessionEntry,
sessionKey,
parentSessionKey,
sessionScope,
storePath,
provider,
@@ -173,6 +175,7 @@ export async function buildStatusReply(params: {
agentId: statusAgentId,
sessionEntry,
sessionKey,
parentSessionKey,
sessionScope,
sessionStorePath: storePath,
groupActivation,