Skip to content
← All updates

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.