fix: pass room role to Codex MCP tools (#185)
This commit is contained in:
@@ -98,6 +98,7 @@ export async function runAgentProcess(
|
||||
runtimeTaskId: input.runtimeTaskId,
|
||||
useTaskScopedSession: input.useTaskScopedSession,
|
||||
skillOverrides,
|
||||
roomRole: input.roomRoleContext?.role,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user