()
| 380 | { |
| 381 | ...context, |
| 382 | getAppState() { |
| 383 | const appState = context.getAppState() |
| 384 | return { |
| 385 | ...appState, |
| 386 | toolPermissionContext: { |
| 387 | ...appState.toolPermissionContext, |
| 388 | alwaysAllowRules: { |
| 389 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 390 | command: allowedTools, |
| 391 | }, |
| 392 | }, |
| 393 | } |
| 394 | }, |
| 395 | }, |
| 396 | `/${commandName}`, |
| 397 | shell, |
nothing calls this directly
no outgoing calls
no test coverage detected