refactor(plugins): lazy load provider runtime shims

This commit is contained in:
Peter Steinberger
2026-03-15 18:20:29 -07:00
parent b54e37c71f
commit 74a57ace10
5 changed files with 33 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
export {
augmentModelCatalogWithProviderPlugins,
buildProviderMissingAuthMessageWithPlugin,
} from "./provider-runtime.js";