MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getEnterPlanModeToolPrompt

Function getEnterPlanModeToolPrompt

src/tools/EnterPlanModeTool/prompt.ts:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166export function getEnterPlanModeToolPrompt(): string {
167 return process.env.USER_TYPE === 'ant'
168 ? getEnterPlanModeToolPromptAnt()
169 : getEnterPlanModeToolPromptExternal()
170}
171

Callers 1

promptFunction · 0.85

Tested by

no test coverage detected