Skip to content

v3.25.3

Choose a tag to compare

@Robertmonkey Robertmonkey released this 17 Apr 18:26
· 57 commits to main since this release

Highlights

  • Agent Chat and project chat now preserve pending user turns and the active assistant bubble while history reloads, delay post-turn reconciliation until the gateway catches up, and restore separate thinking, tool, text, and compaction phases on refresh.
  • Live tool activity is clearer across the composer rail, main chat, and project chat, with tool-specific glyphs and status copy that stay truthful during maintenance and compaction.
  • Fresh OpenClaw new-* sessions can now be materialized on demand before model patching, which fixes model drift and early session-info/model 404s.
  • Rich public-safe project viewers for Markdown/HTML, PDF, spreadsheet, text, Monaco, and binary files are restored in the public source tree, so clean public builds work again.
  • Remote Desktop, auth handoff, gateway restart fallback, and public export safety are all harder to break.

Verification

  • Frontend type-check passed
  • Frontend production build passed
  • Backend production build passed
  • src/tests/streamEventBus.test.ts passed
  • Public export safety scan passed before push