()
| 69 | { |
| 70 | ...context, |
| 71 | getAppState() { |
| 72 | const appState = context.getAppState() |
| 73 | return { |
| 74 | ...appState, |
| 75 | toolPermissionContext: { |
| 76 | ...appState.toolPermissionContext, |
| 77 | alwaysAllowRules: { |
| 78 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 79 | command: ALLOWED_TOOLS, |
| 80 | }, |
| 81 | }, |
| 82 | } |
| 83 | }, |
| 84 | }, |
| 85 | '/commit', |
| 86 | ) |
no outgoing calls
no test coverage detected