mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 07:41:08 +00:00
refactor: generate plugin sdk facades
This commit is contained in:
8
src/plugin-sdk/opencode.ts
Normal file
8
src/plugin-sdk/opencode.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
||||
export {
|
||||
applyOpencodeZenConfig,
|
||||
applyOpencodeZenModelDefault,
|
||||
applyOpencodeZenProviderConfig,
|
||||
OPENCODE_ZEN_DEFAULT_MODEL,
|
||||
OPENCODE_ZEN_DEFAULT_MODEL_REF,
|
||||
} from "../../extensions/opencode/api.js";
|
||||
Reference in New Issue
Block a user