AI agents forget everything between sessions. Learn why persistent memory matters and how to add it.
Every new AI coding session starts from zero. You re-explain architecture decisions, coding preferences, and known bugs. CLAUDE.md files help but are manual, static, and tool-specific.
Squish gives AI agents persistent memory across sessions. It captures durable context, derives beliefs (decisions, constraints, preferences), and restores memory automatically.
Install with npm i -g squish-memory && squish install. Works with Claude Code, Cursor, Codex, and OpenCode out of the box.