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

Function description

src/tools/ExitPlanModeTool/ExitPlanModeV2Tool.ts:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 searchHint: 'present plan for approval and start coding (plan mode only)',
150 maxResultSizeChars: 100_000,
151 async description() {
152 return 'Prompts the user to exit plan mode and start coding'
153 },
154 async prompt() {
155 return EXIT_PLAN_MODE_V2_TOOL_PROMPT
156 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected