openclaw/extensions/opencode-go/api.ts

6 lines
185 B
TypeScript

// Opencode Go API module exposes the plugin public contract.
export {
applyOpencodeGoConfig,
applyOpencodeGoProviderConfig,
OPENCODE_GO_DEFAULT_MODEL_REF,
} from "./onboard.js";