← Changelog
v0.19.54LatestMilestone· September 25, 2026

Work on one project together, without git

  • Share a session and the other person can open your project’s files from their own machine. No clone, no branch, no remote — they click the link and the files are there, including the work you have not committed yet. One copy of the code and one person writing, so there is nothing to merge and nothing to set up.
  • Sharing used to hand the other person a window they could only watch. It now hands them a seat: they can drive the session from the moment they join.
  • A long conversation no longer slows the app down. Aura used to rewrite the whole transcript every time anything changed, so a chat running for hours could hang the window for seconds at a time. It now writes only the new message — on a real months-long session, saving went from a fifth of a second to under a millisecond, and opening it from about a second and a half to a fourteenth of that.
Get this release

Installed already? This lands automatically by silent auto-update.

Everything in this release
New

New

A guest reads the host’s project inside a shared session — no clone, no git setup.
Sharing a session hands over a driving seat instead of a spectator’s view.
Fix

Fixes & improvements

Hovering a file an agent linked with a ../ path no longer blanks the app.
Chat shows when a terminal agent is still working instead of looking finished.
A full disk no longer hides the reason the app quit — it writes that line to the system log.
Faster

Faster

A chat saves only the new message instead of rewriting the conversation, so long sessions stay quick.