()
| 73 | signal: combinedSignal, |
| 74 | options: { |
| 75 | async getToolPermissionContext() { |
| 76 | const appState = toolUseContext.getAppState() |
| 77 | return appState.toolPermissionContext |
| 78 | }, |
| 79 | model: hook.model ?? getSmallFastModel(), |
| 80 | toolChoice: undefined, |
| 81 | isNonInteractiveSession: true, |
no outgoing calls
no test coverage detected