(input, context)
| 537 | }; |
| 538 | }, |
| 539 | async checkPermissions(input, context): Promise<PermissionResult> { |
| 540 | return bashToolHasPermission(input, context); |
| 541 | }, |
| 542 | renderToolUseMessage, |
| 543 | renderToolUseProgressMessage, |
| 544 | renderToolUseQueuedMessage, |
nothing calls this directly
no test coverage detected