()
| 103 | { |
| 104 | ...context, |
| 105 | getAppState() { |
| 106 | const appState = context.getAppState() |
| 107 | return { |
| 108 | ...appState, |
| 109 | toolPermissionContext: { |
| 110 | ...appState.toolPermissionContext, |
| 111 | alwaysAllowRules: { |
| 112 | ...appState.toolPermissionContext.alwaysAllowRules, |
| 113 | command: ALLOWED_TOOLS, |
| 114 | }, |
| 115 | }, |
| 116 | } |
| 117 | }, |
| 118 | }, |
| 119 | '/commit', |
| 120 | ) |
no outgoing calls
no test coverage detected