fix(ui): smooth chat refresh scroll and suppress new-messages badge flash

This commit is contained in:
Tyler Yust
2026-02-07 20:21:27 -08:00
parent 191da1feb5
commit bc475f0172
8 changed files with 44 additions and 10 deletions
+1
View File
@@ -10,6 +10,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Web UI: make chat refresh smoothly scroll to the latest messages and suppress new-messages badge flash during manual refresh.
- Cron: route text-only isolated agent announces through the shared subagent announce flow; add exponential backoff for repeated errors; preserve future `nextRunAtMs` on restart; include current-boundary schedule matches; prevent stale threadId reuse across targets; and add per-job execution timeout. (#11641) Thanks @tyler6204.
- Subagents: stabilize announce timing, preserve compaction metrics across retries, clamp overflow-prone long timeouts, and cap impossible context usage token totals. (#11551) Thanks @tyler6204.
- Agents: recover from context overflow caused by oversized tool results (pre-emptive capping + fallback truncation). (#11579) Thanks @tyler6204.