Recall last session and continue

Never explain twice. Persistence layer for Claude Code sessions.

~/projects/myapp

Get Started

Install the CLI. Run init. That's it.

$ brew tap recalletta/recalletta && brew install recalletta

$ recalletta init

Standard LLM sessions are stateless; context is lost the moment the conversation closes. Recalletta provides the missing persistence layer.

It records your coding sessions and dynamically injects relevant context at the initialization of each new interaction. Supported by a dedicated Knowledge Base and instant search across your history, it functions as an external state manager.

This is the closest practical architecture to genuine memory for AI.