refactor: generate plugin sdk facades

This commit is contained in:
Peter Steinberger
2026-03-27 20:16:07 +00:00
parent 888be707cf
commit 5d3d54ee36
109 changed files with 2566 additions and 501 deletions

View File

@@ -1,7 +1,11 @@
// Private Z.ai helpers for bundled provider plugins that need endpoint detection.
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
export {
detectZaiEndpoint,
type ZaiDetectedEndpoint,
type ZaiEndpointId,
} from "../plugins/provider-zai-endpoint.js";
applyZaiConfig,
applyZaiProviderConfig,
ZAI_CN_BASE_URL,
ZAI_CODING_CN_BASE_URL,
ZAI_CODING_GLOBAL_BASE_URL,
ZAI_DEFAULT_MODEL_ID,
ZAI_DEFAULT_MODEL_REF,
ZAI_GLOBAL_BASE_URL,
} from "../../extensions/zai/api.js";