fix(ui): cache control ui markdown

This commit is contained in:
Peter Steinberger
2026-01-24 03:27:03 +00:00
parent b697374ce5
commit d57cb2e1a8
7 changed files with 157 additions and 73 deletions
+1
View File
@@ -17,6 +17,7 @@ Docs: https://docs.clawd.bot
- Docker: update gateway command in docker-compose and Hetzner guide. (#1514)
- Voice wake: auto-save wake words on blur/submit across iOS/Android and align limits with macOS.
- UI: keep the Control UI sidebar visible while scrolling long pages. (#1515) Thanks @pookNast.
- UI: cache Control UI markdown rendering + memoize chat text extraction to reduce Safari typing jank.
- Tailscale: retry serve/funnel with sudo only for permission errors and keep original failure details. (#1551) Thanks @sweepies.
- Agents: add CLI log hint to "agent failed before reply" messages. (#1550) Thanks @sweepies.
- Discord: limit autoThread mention bypass to bot-owned threads; keep ack reactions mention-gated. (#1511) Thanks @pvoo.