mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-06 06:41:08 +00:00
* fix(plugins): enforce activation before shipped imports * fix(plugins): remove more ambient bundled loads * fix(plugins): tighten scoped loader matching * fix(plugins): remove channel-id scoped loader matches * refactor(plugin-sdk): relocate ambient provider helpers * fix(plugin-sdk): preserve unicode ADC credential paths * fix(plugins): restore safe setup fallback
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export {
|
|
applyOpencodeZenModelDefault,
|
|
OPENCODE_ZEN_DEFAULT_MODEL,
|
|
} from "../plugins/provider-model-defaults.js";
|