()
| 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 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected