Fix Codex task target JID injection

This commit is contained in:
Eyejoker
2026-03-19 14:35:30 +09:00
parent 193119945a
commit e7200a1ed8
2 changed files with 45 additions and 1 deletions

View File

@@ -323,7 +323,7 @@ args = [${JSON.stringify(mcpServerPath)}]
[mcp_servers.nanoclaw.env]
NANOCLAW_IPC_DIR = ${JSON.stringify(env.NANOCLAW_IPC_DIR)}
NANOCLAW_CHAT_JID = ${JSON.stringify(group.folder)}
NANOCLAW_CHAT_JID = ${JSON.stringify(chatJid)}
NANOCLAW_GROUP_FOLDER = ${JSON.stringify(group.folder)}
NANOCLAW_IS_MAIN = ${JSON.stringify(isMain ? '1' : '0')}
`;