September 12, 2026 · 3.0.0-alpha.49
Storage that cleans up after itself
Velora never deleted anything: every agent event, tool call, file diff, and hook run accumulated in the local database forever, and the daemon re-read the entire history into memory at startup. Raw history now prunes itself daily — agent events after 30 days, diffs and automation runs after 90 — with the freed space returned to the filesystem and the in-memory event ring capped, so long-lived installs stop growing.
- Improved
Raw history prunes itself daily: agent events, tool calls, plan observations and hook runs after 30 days; file diffs and automation runs after 90
- Improved
The daemon's in-memory event ring is capped at the most recent 4,000 events, bounding memory and snapshot payloads on long-lived installs
- Improved
Freed pages return to the filesystem after each prune, and all-time usage totals come from a durable aggregate over the retained rows
- Fixed
Receipts, findings, highlights, decisions, tasks, and crews are never touched by pruning