Skip to content

AgentInbox v1.3.2

Choose a tag to compare

@jolestar jolestar released this 12 Jun 12:09
· 23 commits to main since this release

[1.3.2] - 2026-06-12

Fixed

  • Migrated local SQLite persistence from sql.js whole-file exports to
    better-sqlite3 with 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.