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

Function description

src/tools/EnterPlanModeTool/EnterPlanModeTool.ts:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 searchHint: 'switch to plan mode to design an approach before coding',
39 maxResultSizeChars: 100_000,
40 async description() {
41 return 'Requests permission to enter plan mode for complex tasks requiring exploration and design'
42 },
43 async prompt() {
44 return getEnterPlanModeToolPrompt()
45 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected