| 310 | export type CodexTurnInput = CodexTextTurnInput | CodexLocalImageTurnInput; |
| 311 | |
| 312 | export class CodexAppClient extends EventEmitter { |
| 313 | codexCliBin: string; |
| 314 | |
| 315 | codexCliArgs: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected