fix: pass room role to Codex MCP tools (#185)

This commit is contained in:
Eyejoker
2026-05-29 06:14:08 +09:00
committed by GitHub
parent 0377935564
commit 5c8def0674
3 changed files with 98 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ export async function runAgentProcess(
runtimeTaskId: input.runtimeTaskId,
useTaskScopedSession: input.useTaskScopedSession,
skillOverrides,
roomRole: input.roomRoleContext?.role,
},
);