feat: code

This commit is contained in:
xiaose
2026-01-31 20:45:28 +08:00
committed by Gustavo Madeira Santana
parent 58f4185925
commit b2aff036ad
2 changed files with 4 additions and 4 deletions

View File

@@ -44,9 +44,9 @@ MiniMax highlights these improvements in M2.1:
Enable the bundled OAuth plugin and authenticate:
```bash
moltbot plugins enable minimax-portal-auth # skip if already loaded.
moltbot gateway restart # restart if gateway is already running
moltbot onboard --auth-choice minimax-portal
openclaw plugins enable minimax-portal-auth # skip if already loaded.
openclaw gateway restart # restart if gateway is already running
openclaw onboard --auth-choice minimax-portal
```
You will be prompted to select an endpoint:

View File

@@ -1,4 +1,4 @@
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
import { loginMiniMaxPortalOAuth, type MiniMaxRegion } from "./oauth.js";
const PROVIDER_ID = "minimax-portal";