(cliPath string)
| 14 | } |
| 15 | |
| 16 | func NewOpenCodeProvider(cliPath string) *OpenCodeProvider { |
| 17 | if cliPath == "" { |
| 18 | cliPath = "opencode" |
| 19 | } |
| 20 | return &OpenCodeProvider{cliPath: cliPath} |
| 21 | } |
| 22 | |
| 23 | func (p *OpenCodeProvider) Name() string { return "OpenCode" } |
| 24 |
no outgoing calls