AgentInbox v1.3.2
[1.3.2] - 2026-06-12
Fixed
- Migrated local SQLite persistence from
sql.jswhole-file exports to
better-sqlite3with WAL-backed on-disk writes, avoiding non-atomic database
rewrites that could corrupt the inbox store. - Added startup integrity checks and recovery from backup snapshots before
falling back to a fresh database.