MCPcopy
hub / github.com/codeaashu/claude-code / isCoordinatorMode

Function isCoordinatorMode

src/coordinator/coordinatorMode.ts:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34])
35
36export function isCoordinatorMode(): boolean {
37 if (feature('COORDINATOR_MODE')) {
38 return isEnvTruthy(process.env.CLAUDE_CODE_COORDINATOR_MODE)
39 }
40 return false
41}
42
43/**
44 * Checks if the current coordinator mode matches the session's stored mode.

Callers 9

resumeAgentBackgroundFunction · 0.85
callFunction · 0.85
isForkSubagentEnabledFunction · 0.85
ItemFunction · 0.85
clearConversationFunction · 0.85
onSelectFunction · 0.85
REPLFunction · 0.85
matchSessionModeFunction · 0.85

Calls 2

featureFunction · 0.85
isEnvTruthyFunction · 0.85

Tested by

no test coverage detected