Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 03:58
· 14 commits to main since this release
7ad5792

Features

  • web — Move the chat Stop control onto the composer's send button and queue messages typed during a run, merging them into one send when the session frees.
  • web — Render a run as an ordered timeline of work and speech segments so reasoning accumulates instead of overwriting, interim narration renders in chronological position, and streaming text never relocates after it has rendered.

Fixes & maintenance

  • worker — Stop the artifact-cache boot scan from killing worker startup when an entry disappears between readdir and stat.
  • web — Stub every server-only packages/shared module for the browser, fixing the node:crypto crash that made the SPA fail to load, and add a guard test so a new server-only module in the shared barrel can no longer break the client bundle silently.
  • web — Replay a rich-text editor focus request that arrives before the editor instance exists instead of silently dropping it.