refactor: merge minimax bundled plugins

This commit is contained in:
Peter Steinberger
2026-03-16 02:26:11 +00:00
parent 6513749ef6
commit 47a9c1a893
20 changed files with 258 additions and 273 deletions

View File

@@ -1,5 +1,5 @@
// Narrow plugin-sdk surface for the bundled minimax-portal-auth plugin.
// Keep this list additive and scoped to symbols used under extensions/minimax-portal-auth.
// Narrow plugin-sdk surface for MiniMax OAuth helpers used by the bundled minimax plugin.
// Keep this list additive and scoped to MiniMax OAuth support code.
export { emptyPluginConfigSchema } from "../plugins/config-schema.js";
export { buildOauthProviderAuthResult } from "./provider-auth-result.js";