Summary

OpenClaw PR #96625 is a major refactor that flips sessions and transcripts to SQLite-backed storage. The change is foundational infrastructure work for performance and reliability in a high-activity agent runtime.

What changed

OpenClaw advanced a large refactor to move session and transcript persistence to SQLite storage.

Why it matters

Agent systems increasingly hit reliability limits around transcript size, locking, and session replay. SQLite-backed persistence gives OpenClaw a more structured base for recovery, auditing, and long-running multi-agent state.

Evidence excerpt

The Agents Radar digest identifies PR #96625 as a long-running refactor to flip sessions and transcripts to SQLite storage, foundational for performance and reliability.

Sources