fix: revert sessionKey change, keep dedicated learn lane

This commit is contained in:
lubolin0925 2026-03-08 14:23:36 +08:00
parent 641fc73434
commit b09734233a

View File

@ -240,7 +240,7 @@ export async function handleCommands(params: HandleCommandsParams): Promise<Comm
const thinkLevel = params.resolvedThinkLevel ?? (await params.resolveDefaultThinkingLevel());
runLearnForSession({
sessionId: targetSessionEntry.sessionId,
sessionKey: "", // Empty to avoid blocking session lane
sessionKey: targetSessionKey,
messageChannel: params.command.channel,
groupId: targetSessionEntry.groupId,
groupChannel: targetSessionEntry.groupChannel,