CLIPath implements loop.Provider.
()
| 27 | |
| 28 | // CLIPath implements loop.Provider. |
| 29 | func (p *CodexProvider) CLIPath() string { return p.cliPath } |
| 30 | |
| 31 | // LoopCommand implements loop.Provider. |
| 32 | func (p *CodexProvider) LoopCommand(ctx context.Context, prompt, workDir string) *exec.Cmd { |
no outgoing calls