MCPcopy Create free account
hub / github.com/tiann/hapi / buildParams

Method buildParams

cli/src/codex/codexRemoteLauncher.ts:3062–3071  ·  view source on GitHub ↗
(suppressCollaborationMode: boolean)

Source from the content-addressed store, hash-verified

3060 const shouldSendCollaborationMode = supportsTurnCollaborationMode
3061 && Boolean(mode.collaborationMode);
3062 const buildParams = (suppressCollaborationMode: boolean) => buildTurnStartParams({
3063 threadId: this.currentThreadId!,
3064 message: message.message,
3065 cwd: session.path,
3066 mode,
3067 cliOverrides: session.codexCliOverrides,
3068 overrides: suppressCollaborationMode
3069 ? { suppressCollaborationMode: true }
3070 : undefined
3071 });
3072 if (
3073 mode.collaborationMode === 'plan'
3074 && !supportsTurnCollaborationMode

Callers

nothing calls this directly

Calls 1

buildTurnStartParamsFunction · 0.90

Tested by

no test coverage detected