botui/ui
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
..
embedded Update default port from 8088 to 9000 2026-02-08 12:14:01 +00:00
minimal Update default port from 8088 to 9000 2026-02-08 12:14:01 +00:00
public/themes WIP: Various UI updates from previous session 2026-02-08 12:21:11 +00:00
shared - Spliting from botserver. 2025-12-03 18:42:22 -03:00
suite fix: Send tool display text instead of internal ID when clicking tools 2026-02-16 00:04:37 +00:00