()
| 110 | startNewSession(): void; |
| 111 | stop(): Promise<void>; |
| 112 | getSessionId(): string | null; |
| 113 | getContextDiagnostics?(): Promise<ContextDiagnostics>; |
| 114 | getOrchestrationMode?(): OrchestrationMode; |
| 115 | getPermissionMode?(): PermissionMode; |
no outgoing calls
no test coverage detected