opencode-magic-context - context cache for OpenCode
OpenCode plugin that adds cache-aware infinite context, cross-session memory, and background history compression. Aims to keep long sessions from blowing past the model context window.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webFeatured in
Related entries
mex - persistent project memory for AI agents
Structured scaffold and drift-detection CLI that gives Claude Code, Cursor, and other coding agents a project-level memory file that stays in sync with the codebase.
davia - editable docs for coding agents
Documentation system designed to be read and rewritten by coding agents instead of humans. Stores knowledge in a format that survives long agent sessions.
memctx - autonomous session memory for Claude Code
Claude Code plugin that captures session summaries, builds searchable history, and auto-injects context into new sessions. Stops you from re-explaining the codebase every morning.
sp-context - persistent agent memory with BM25
Gives every agent persistent memory of team knowledge using Git plus BM25 retrieval - no vector DB, ~114 tokens per session. TypeScript/Bun, works with Claude Code.