← Changelog
v0.19.33Milestone· July 28, 2026
Every copy of your project in one place, and a commit that has to match what you asked for
- See every copy of your project at once. When several things are being worked on in parallel, each gets its own copy, and until now they were easy to lose track of. Workspaces lists them all: what’s unfinished in each, how far each has moved from your main line, and who or what is working in it.
- Agents in different copies stop colliding. Aura now watches every copy of a project together, so when two agents are about to change the same thing in different copies they find out before it happens instead of after. What’s inside each copy still stays private to that copy.
- A commit now has to match what you said you’d do. Before work is committed, Aura compares it against the intent behind it, and if the two disagree it stops and shows you the disagreement rather than letting it through quietly.
- If something you asked to keep was rewritten anyway, Aura names it. It won’t block the commit, the piece is still there, but nobody gets to rewrite something you’d protected without you hearing about it.
- Undo now reaches things that were deleted, not just changed. Rewind could already put back a piece that had been rewritten; it can now bring back one that was removed outright.
- The newest models are in the picker, Opus 5 at the top. Claude’s 5 line (Opus 5, Sonnet 5 and Fable 5) sits above the older ones wherever you choose a model, and a fresh install starts on it rather than last year’s. If you’ve already picked a model yourself, yours is kept.
- Starting a new copy of your project now opens Aura, with what you asked for already in it. You’d type what you wanted, watch the setup steps run, and land in a bare coding tool with your message nowhere to be found. It was being typed in for you the moment that tool started up, and it often got there too early to stick. Now the new copy opens in a conversation with Aura, your request already sent, on whichever model you picked.
- Every agent you have running shows up when you open a new tab, whatever project it’s in. The “jump to something already open” list only knew about the project you were looking at, so an agent working elsewhere, or in a separate copy, was invisible until you switched over to find it. They’re all listed now, each with its project and a dot showing it’s still running.
- Turning Aura on works in every copy of your project. In a separate copy it used to fail every time, and because the reason was thrown away, “Aura is off” sat there with a Retry button that did nothing. It works now, and if it still can’t, it tells you why in plain words.
- When Aura hands work to several agents at once, you can see them, and their answers come back. Aura would say it had started two agents and then show you nothing, because saving the conversation wrote over its own record of them. They were really running; nobody could see them, and when one finished there was nothing left for its answer to return to, so ten minutes of work was quietly thrown away. Both are fixed.
Download
This is an earlier build. The download page always serves the current release: Aura keeps you up to date automatically once installed.
Everything in this release
New
New
Workspaces: every working copy of a project in one place, with what’s unfinished, how far it has drifted, and who is in it
Aura sits at the top of the sidebar: one click to the assistant that takes a goal, hands the work to your agents and brings their results back together
One awareness plane across every copy of a project, so agents in separate copies see each other’s claims
Intent verification runs before a commit lands, not after: a mismatch stops the commit and is shown
A protected piece that was changed anyway is named rather than passed over
Rewind restores pieces that were removed, not only ones that were rewritten
Claude’s 5 line (Opus 5, Sonnet 5, Fable 5) leads the model picker, and a fresh install starts there; a model you chose yourself is left alone
A new copy of your project opens in Aura with your request already sent, instead of a bare coding tool that had lost it
Every running agent is reachable from a new tab, whatever project or copy it lives in
Fix
Fixes & improvements
Agents handed out to run in parallel are visible while they work, and each one’s answer comes back: saving the conversation used to erase Aura’s own record of them, which both hid them and dropped their results
Turning Aura on works inside a separate working copy, and a refusal now carries its real reason instead of a Retry that does nothing
The health check no longer calls a working copy broken. It was reporting Aura’s protection as missing when it was already on, and suggesting a fix that changed nothing
Team chat follows the project rather than the folder: a separate working copy used to get a room of its own, with nobody else in it and nothing to say so
Aura’s own files stay out of your changes list in a separate working copy, instead of sitting there waiting to be committed by accident
An answer being written survives switching project or workspace. It used to vanish and the timer reset, so it looked like Aura had started over when it had never stopped
Clicking Workspaces opens Workspaces. The row used to just re-select the list underneath it, so the click looked like it had been ignored: the full view was hidden behind a small arrow beside the label
Full screen fills the screen on MacBooks with a camera notch: a black strip used to sit across the top of the window, space macOS was holding back and never handing to Aura
A cloned copy of the source now builds with no extra setup: three pieces it needed are shipped with it
“~” in a project path now points at your own home folder rather than one from the machine it was written on
Strict mode reads as a setting rather than an alarm, and a sealed stamp shows its real date instead of a question mark
Faster
Faster
The Team surface stops redrawing itself on checks that found nothing new