From 0b6f6bcf6c4de8845795d865b796c46de4c067ae Mon Sep 17 00:00:00 2001 From: Roy Osherove <575051+royosherove@users.noreply.github.com> Date: Sat, 16 May 2026 20:02:35 +0000 Subject: [PATCH] 0.5.37 Hotfix: don't duplicate option list when inline keyboard renders. --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",