Merge pull request #590 from mneves75/feat/minimax-anthropic-api

feat: Add MiniMax Anthropic-compatible API support (minimax-api)
This commit is contained in:
Peter Steinberger
2026-01-09 17:18:09 +00:00
committed by GitHub
9 changed files with 335 additions and 84 deletions

View File

@@ -12,6 +12,7 @@
- Discord: fix forum thread starters and cache channel lookups for thread context. (#585) — thanks @thewilloftheshadow
- Commands: accept /models as an alias for /model.
- Commands: add `/usage` as an alias for `/status`. (#492) — thanks @lc0rp
- Models/Auth: add MiniMax Anthropic-compatible API onboarding (minimax-api). (#590) — thanks @mneves75
- Commands: harden slash command registry and list text-only commands in `/commands`.
- Models/Auth: show per-agent auth candidates in `/model status`, and add `clawdbot models auth order {get,set,clear}` (per-agent auth rotation overrides). — thanks @steipete
- Debugging: add raw model stream logging flags and document gateway watch mode.