Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
export
function
getEnterPlanModeToolPrompt(): string {
167
return
process.env.USER_TYPE ===
'ant'
168
? getEnterPlanModeToolPromptAnt()
169
: getEnterPlanModeToolPromptExternal()
170
}
171
Callers
1
prompt
Function · 0.85
Calls
2
getEnterPlanModeToolPromptAnt
Function · 0.85
getEnterPlanModeToolPromptExternal
Function · 0.85
Tested by
no test coverage detected