()
| 34 | return true; |
| 35 | }, |
| 36 | async checkPermissions() { |
| 37 | // This tool always requires permission |
| 38 | return { |
| 39 | behavior: 'ask' as const, |
| 40 | message: `Run test?` |
| 41 | }; |
| 42 | }, |
| 43 | renderToolUseMessage() { |
| 44 | return null; |
| 45 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected