Skip to content

v0.5.7 — Intent-Linked Snapshots

Choose a tag to compare

@MHASK MHASK released this 07 Mar 13:41
· 67 commits to master since this release

What's New

Snapshots now linked to AI intent

Every auto-save snapshot now includes what the agent was doing — not just a timestamp. The watcher reads the latest entry from .aura/intent_log.jsonl and tags each snapshot with the agent ID and intent context.

Example snapshot metadata:

agent_id: "Claude Code (Anthropic CLI)"
trigger: "watcher:Refactoring auth middleware to support JWT"

This means aura rewind and aura_snapshot_list show the AI's reasoning alongside each recovery point.

All languages tracked

Watcher daemon now monitors: Rust, Python, TypeScript, JavaScript (was only Rust + Python before).

Multi-project

The daemon runs per-project (aura daemon in each repo). aura init auto-starts it. For VS Code, a tasks.json entry auto-restarts it on workspace open.

Install / Update

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

Full Changelog: v0.5.6...v0.5.7