mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 03:30:21 +00:00
fix(plugins): enforce activation before shipped imports (#59136)
* 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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export {
|
||||
applyOpencodeZenModelDefault,
|
||||
OPENCODE_ZEN_DEFAULT_MODEL,
|
||||
} from "../plugin-sdk/opencode.js";
|
||||
} from "../plugins/provider-model-defaults.js";
|
||||
|
||||
Reference in New Issue
Block a user