fix(ui): cap tool output + sync config form

This commit is contained in:
Peter Steinberger
2026-01-08 04:24:27 +00:00
parent b86a5c94ae
commit b4f85968c9
6 changed files with 117 additions and 14 deletions

View File

@@ -51,6 +51,9 @@
- Web UI: allow reconnect + password URL auth for the control UI and always scrub auth params from the URL. Thanks @oswalpalash for PR #414.
- Web UI: add Connect button on Overview to apply connection changes. Thanks @wizaj for PR #385.
- Web UI: keep Focus toggle on the top bar (swap with theme toggle) so it stays visible. Thanks @RobOK2050 for reporting. (#440)
- Web UI: add Logs tab for gateway file logs with filtering, auto-follow, and export.
- Web UI: cap tool output + large markdown rendering to avoid UI freezes on huge tool results.
- Web UI: keep config form edits synced to raw JSON so form saves persist.
- ClawdbotKit: fix SwiftPM resource bundling path for `tool-display.json`. Thanks @fcatuhe for PR #398.
- Tools: add Telegram/WhatsApp reaction tools (with per-provider gating). Thanks @zats for PR #353.
- Tools: flatten literal-union schemas for Claude on Vertex AI. Thanks @carlulsoe for PR #409.