()
| 41 | } |
| 42 | |
| 43 | func (p *OpenCodeProvider) LogFileName() string { return "opencode.log" } |
| 44 | |
| 45 | // CleanOutput extracts JSON from opencode's NDJSON output format. |
| 46 | // It looks for the last "text" event line and returns its part.text content. |
no outgoing calls