(input, context)
| 396 | return pattern => matchWildcardPattern(pattern, file_path) |
| 397 | }, |
| 398 | async checkPermissions(input, context): Promise<PermissionDecision> { |
| 399 | const appState = context.getAppState() |
| 400 | return checkReadPermissionForTool( |
| 401 | FileReadTool, |
| 402 | input, |
| 403 | appState.toolPermissionContext, |
| 404 | ) |
| 405 | }, |
| 406 | renderToolUseMessage, |
| 407 | renderToolUseTag, |
| 408 | renderToolResultMessage, |
nothing calls this directly
no test coverage detected