MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / NewOpenCodeProvider

Function NewOpenCodeProvider

internal/agent/opencode.go:16–21  ·  view source on GitHub ↗
(cliPath string)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls