From 303a19384af7e9d988e9e6ed32aa9cbd72c36750 Mon Sep 17 00:00:00 2001 From: zerone0x Date: Thu, 29 Jan 2026 01:41:01 +0800 Subject: [PATCH] docs: add changelog entry for #3469 Co-Authored-By: Claude --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b72792f..2df36a2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Docs: https://docs.molt.bot Status: beta. ### Changes +- TUI: handle `/model status` and `/model list` subcommands instead of treating them as model names. (#3469) Thanks @riskatcher. - WhatsApp: normalize literal `\n` escape sequences to actual newlines in outbound messages. (#3082) - Rebrand: rename the npm package/CLI to `moltbot`, add a `moltbot` compatibility shim, and move extensions to the `@moltbot/*` scope. - Commands: group /help and /commands output with Telegram paging. (#2504) Thanks @hougangdev.