Skip to content

v0.5.6 — Always-On Semantic Tracking

Choose a tag to compare

@MHASK MHASK released this 07 Mar 13:31
· 68 commits to master since this release

What's New

  • Auto-start watcher daemonaura init now automatically spawns the background watcher daemon. Every file save is tracked to .aura/snapshots/, so aura rewind works even without commits.
  • VS Code task integration — Adds .vscode/tasks.json with runOn: folderOpen so the daemon auto-restarts when you open the workspace.
  • No more manual aura daemon — it just works out of the box.

How it works

  1. aura init → installs hooks + starts watcher daemon
  2. You (or an AI agent) edit files → snapshots captured automatically
  3. Something goes wrong → aura rewind <function> <file> restores from snapshots
  4. No commit needed — the watcher tracks everything

Install / Update

cargo install --git https://github.com/Naridon-Inc/aura.git
# or
aura update

Full Changelog: v0.5.5...v0.5.6