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:
Vincent Koc
2026-04-02 11:18:49 +09:00
committed by GitHub
parent 765e8fb713
commit 7771c69caf
21 changed files with 643 additions and 87 deletions

View File

@@ -1,4 +1,4 @@
export {
applyOpencodeZenModelDefault,
OPENCODE_ZEN_DEFAULT_MODEL,
} from "../plugin-sdk/opencode.js";
} from "../plugins/provider-model-defaults.js";