refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -1,7 +1,7 @@
---
summary: "Use MiniMax M2.1 in Clawdbot"
summary: "Use MiniMax M2.1 in Moltbot"
read_when:
- You want MiniMax models in Clawdbot
- You want MiniMax models in Moltbot
- You need MiniMax setup guidance
---
# MiniMax
@@ -40,7 +40,7 @@ MiniMax highlights these improvements in M2.1:
**Best for:** hosted MiniMax with Anthropic-compatible API.
Configure via CLI:
- Run `clawdbot configure`
- Run `moltbot configure`
- Select **Model/auth**
- Choose **MiniMax M2.1**
@@ -100,7 +100,7 @@ Configure via CLI:
We have seen strong results with MiniMax M2.1 on powerful hardware (e.g. a
desktop/server) using LM Studio's local server.
Configure manually via `clawdbot.json`:
Configure manually via `moltbot.json`:
```json5
{
@@ -134,11 +134,11 @@ Configure manually via `clawdbot.json`:
}
```
## Configure via `clawdbot configure`
## Configure via `moltbot configure`
Use the interactive config wizard to set MiniMax without editing JSON:
1) Run `clawdbot configure`.
1) Run `moltbot configure`.
2) Select **Model/auth**.
3) Choose **MiniMax M2.1**.
4) Pick your default model when prompted.
@@ -159,7 +159,7 @@ Use the interactive config wizard to set MiniMax without editing JSON:
- Update pricing values in `models.json` if you need exact cost tracking.
- Referral link for MiniMax Coding Plan (10% off): https://platform.minimax.io/subscribe/coding-plan?code=DbXJTRClnb&source=link
- See [/concepts/model-providers](/concepts/model-providers) for provider rules.
- Use `clawdbot models list` and `clawdbot models set minimax/MiniMax-M2.1` to switch.
- Use `moltbot models list` and `moltbot models set minimax/MiniMax-M2.1` to switch.
## Troubleshooting
@@ -169,7 +169,7 @@ This usually means the **MiniMax provider isnt configured** (no provider entr
and no MiniMax auth profile/env key found). A fix for this detection is in
**2026.1.12** (unreleased at the time of writing). Fix by:
- Upgrading to **2026.1.12** (or run from source `main`), then restarting the gateway.
- Running `clawdbot configure` and selecting **MiniMax M2.1**, or
- Running `moltbot configure` and selecting **MiniMax M2.1**, or
- Adding the `models.providers.minimax` block manually, or
- Setting `MINIMAX_API_KEY` (or a MiniMax auth profile) so the provider can be injected.
@@ -179,5 +179,5 @@ Make sure the model id is **casesensitive**:
Then recheck with:
```bash
clawdbot models list
moltbot models list
```