Memory & Context · Claude Code mod New
aside
A read-only side chat in a pane: ask about the session so far and a tool-less fork of the transcript answers.
Explore extensions for remembering context, examining a session and organising side conversations. Review the data each mod stores and whether it invokes a model or an external service.
Memory & Context · Claude Code mod A read-only side chat in a pane: ask about the session so far and a tool-less fork of the transcript answers.
Memory & Context · Claude Code mod Segmented, scoped long-term memory — identity, procedural, episodic — in one SQLite file; wakes at session start, recalls on every prompt.
Memory & Context · Claude Code mod Repo-local memory and durable tasks that learn from your conversations, as a function-hooks plugin.
Memory & Context · Claude Code mod Lossless context management: every message stored in SQLite, older context compacted into a DAG of summaries, with an in-process hooks module.