mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 08:11:09 +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
121 B
TypeScript
5 lines
121 B
TypeScript
export {
|
|
applyOpencodeGoModelDefault,
|
|
OPENCODE_GO_DEFAULT_MODEL_REF,
|
|
} from "../plugins/provider-model-defaults.js";
|