Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading