botui/ui/suite/chat
Rodrigo Rodriguez a8bff4e1a7
All checks were successful
BotUI CI / build (push) Successful in 5m42s
fix: Send tool display text instead of internal ID when clicking tools
Fixed issue where clicking a tool button sent the internal ID (e.g., "03-missa")
instead of the display text (e.g., " Agendar Missa") to the chat.

The bug was in chat.html where invoke_tool actions were sending action.tool
(the internal ID) instead of sugg.text (the user-friendly display text).

Now tool buttons work correctly on the first click without sending internal IDs.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-16 00:04:37 +00:00
..
chat.css feat: Use typewriter theme for cristo and make suggestion buttons smaller 2026-02-15 23:48:40 +00:00
chat.html fix: Send tool display text instead of internal ID when clicking tools 2026-02-16 00:04:37 +00:00
chat.js Fix UI button handlers and add missing JS modules 2026-01-13 14:49:22 -03:00
projector.html - Spliting from botserver. 2025-12-03 18:42:22 -03:00