()
| 106 | } |
| 107 | |
| 108 | async function ensureSession() { |
| 109 | if (shellSessionActive || pausedController) return |
| 110 | await startShellSession() |
| 111 | } |
| 112 | |
| 113 | function normalizePluginOverrides(plugins) { |
| 114 | if (!plugins || typeof plugins !== 'object') return {} |
no test coverage detected