lossless-claw v0.9.2 Released — Cache Stability, SQLite Serialization, and Crash Guards for OpenClaw Agents
If you’re running long-horizon OpenClaw agents, lossless-claw v0.9.2 is a maintenance release you want to apply immediately. Released by Josh Lehman (@jlehman_) on April 19, this patch addresses three distinct categories of cache-breaking behavior that could silently degrade agent performance across extended sessions. Here’s what changed, and why it matters. What lossless-claw Does (Quick Recap) lossless-claw is an OpenClaw plugin that provides lossless context management (LCM) — a way to compress and recall conversation history without losing the information that would normally get evicted when a context window fills up. For long-running agents (pipelines, overnight tasks, multi-session workflows), it’s the difference between an agent that forgets what happened an hour ago and one that maintains coherent recall across an entire work session. ...