Skip to content

v2.4.0

Choose a tag to compare

@mxzinke mxzinke released this 27 Jul 11:57
· 12 commits to master since this release
7dba523

Highlights

  • WebUI chat rework — real token-by-token streaming (buildless SSE client), no poll-flicker, collapsible tool calls with input/output, smart autoscroll, stable working indicator, session sidebar, mobile drawer. New keyless browser endpoints reuse the existing SSE backend (/api/v1/* unchanged).
  • Claude Agent SDK 0.2.141 → 0.3.220 + claude-code CLI pinned to 2.1.220 in the image.
  • Auto-memory fix — trigger sessions now disable auto-memory via the settings layer (was silently ignored as a top-level query option).
  • Triggers: added tsconfig + typecheck/test scripts.
  • Reminders: reliable wakes (atomic claim + retry), mandatory dry-run + exit-code contract for --when-script-ok.
  • Deps + supercronic bumped to clear HIGH CVEs.