docs: document plugin sdk runtime helpers

This commit is contained in:
Peter Steinberger
2026-06-04 19:16:24 -04:00
parent a16c6ca94b
commit feffb6d02f
32 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// OpenCode provider helpers expose auth and model defaults for the OpenCode-compatible plugin.
import { createProviderApiKeyAuthMethod, type OpenClawConfig } from "./provider-auth-api-key.js";
export { applyOpencodeZenModelDefault, OPENCODE_ZEN_DEFAULT_MODEL } from "./provider-onboard.js";