diff --git a/CHANGELOG.md b/CHANGELOG.md index c192787..17b335c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `@inceptionstack/roundhouse` are documented here. +## [0.5.37] — 2026-05-16 + +### Fixed +- **`/model` and `/topic` no longer show redundant option list above the keyboard.** When the inline keyboard renders, the buttons already enumerate the options — the verbose `*Available:*` text was just noise. Added optional `RichResponse.menuCaption` for concise body next to menus; transports prefer it when rendering, fall back to `text` (verbose) when caption absent or menu can't render. + ## [0.5.36] — 2026-05-16 ### Fixed diff --git a/package.json b/package.json index c55e077..4f62fa2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inceptionstack/roundhouse", - "version": "0.5.36", + "version": "0.5.37", "type": "module", "description": "Multi-platform chat gateway that routes messages through a configured AI agent", "license": "MIT",