fix: refine TUI model search rendering

This commit is contained in:
Peter Steinberger
2026-01-19 00:15:08 +00:00
parent 3ce1ee84ac
commit 1e5569d56a
3 changed files with 117 additions and 57 deletions

View File

@@ -22,6 +22,7 @@ Docs: https://docs.clawd.bot
- macOS: use label colors for session preview text so previews render in menu subviews.
- macOS: suppress usage error text in the menubar cost view.
- Telegram: honor pairing allowlists for native slash commands.
- TUI: highlight model search matches and stabilize search ordering.
- CLI: keep banners on routed commands, restore config guarding outside fast-path routing, and tighten fast-path flag parsing while skipping console capture for extra speed. (#1195) — thanks @gumadeiras.
- Slack: resolve Bolt import interop for Bun + Node. (#1191) — thanks @CoreyH.