()
| 263 | } |
| 264 | |
| 265 | private async handleSwitchFromUi(): Promise<void> { |
| 266 | logger.debug('[codex-remote]: Switching to local mode via double space'); |
| 267 | this.exitReason = 'switch'; |
| 268 | this.shouldExit = true; |
| 269 | await this.handleAbort(); |
| 270 | } |
| 271 | |
| 272 | private async handleSwitchRequest(): Promise<void> { |
| 273 | this.exitReason = 'switch'; |
no test coverage detected