From 73c405f74aa82cf035431ce28654b4f4239d37fd Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Sat, 31 Jan 2026 21:08:28 -0500 Subject: [PATCH] Docs: note MiniMax OAuth updates (#5402) (thanks @Maosghoul) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8222dc2..c8c9f2884 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Docs: https://docs.openclaw.ai ### Fixes +- Docs: update MiniMax OAuth setup commands; Extensions: use OpenClaw plugin SDK for MiniMax OAuth. (#5402) Thanks @Maosghoul. - Discord: resolve PluralKit proxied senders for allowlists and labels. (#5838) Thanks @thewilloftheshadow. - Telegram: restore draft streaming partials. (#5543) Thanks @obviyus. - fix(lobster): block arbitrary exec via lobsterPath/cwd injection (GHSA-4mhr-g7xj-cg8j). (#5335) Thanks @vignesh07.