← Changelog
v0.19.50Latest· September 16, 2026
The console shows the work, not just the words
- Open a session in the web console and you can finally see what the agent did, not only what it said. Every file it read, every command it ran, every edit it made, in the order it happened, with the output folded into the step that produced it.
- The count at the top of the session was telling the truth about the wrong thing. It said zero tools on every session Aura had ever recorded — not because nothing ran, but because the calls never left your machine. They do now.
- Replies stopped running into each other. With the steps between them missing, five separate answers arrived as one unbroken paragraph. Each reply is its own again.
- Ask why a file changed and you get the reason someone wrote about it. The lookup was comparing two different spellings of the same path and could never match — on any file, in any session. Every reason already recorded is reachable now; nothing had to be written again.
- Your phone stays quiet through all of it. A session’s steps are a record, not a message, so nothing in them can page you or your team.
Get this release
Installed already? This lands automatically by silent auto-update.
Everything in this release
Fix
Fixes & improvements
A session in the console now shows every tool call and its output, in order — the count at the top no longer reads zero on sessions full of work.
Separate replies from the agent keep the break between them instead of merging into one paragraph.
“No reason was written about this file” no longer appears over files that have reasons — the lookup now matches how the path was actually stored.
Tool output can no longer send a notification to you or your team, however it happens to be worded.
A long turn arrives whole. The busiest turn of a session was the one most likely to be left behind.