persistent-memory

Give Aider a Memory That Outlives the Session
Aider is a sharp terminal pair programmer that forgets everything when it exits. hindsight-aider wraps the command so it recalls your project's decisions before each session and retains what it learns after.

Give Zed's AI Assistant a Persistent Memory
The Zed editor's AI assistant is sharp inside a task and a stranger between them. hindsight-zed gives it long-term memory that recalls and retains across sessions.

Teach Vercel Eve to Remember: Automatic Agent Memory
Vercel Eve agents get automatic long-term memory with hindsight-eve v0.2.0: context injected before every turn, each exchange saved after, no model tool call.

Devin Desktop Persistent Memory (Formerly Windsurf)
Add persistent memory to Devin Desktop (formerly Windsurf): a remote MCP server plus one always-on rule that recalls at task start and retains as you work.

Persistent Memory for the Vercel AI SDK in Five Tools
Add long-term memory to any Vercel AI SDK app with Hindsight. Five ready-to-use tools for retain, recall, and reflect that work with generateText, streamText, and ToolLoopAgent, on any model provider.

OpenHands (formerly OpenDevin) Forgets Every Task. Here's the One-Command Fix.
Add persistent long-term memory to OpenHands (formerly OpenDevin) with Hindsight. One command wires the Hindsight MCP server into config.toml and drops a recall/retain rule into AGENTS.md, so the agent recalls relevant context at the start of every task and retains durable facts as it works.

Stop Building Microsoft Agent Framework Agents That Forget
Add persistent long-term memory to Microsoft Agent Framework agents with Hindsight. Plug in one context provider and every run recalls relevant memories and retains the conversation automatically. No MCP, no tools the model has to remember to call.

Chat With Your Obsidian Vault: Grounded Answers That Cite Your Notes
Give your Obsidian vault an AI agent that actually knows your notes. The Hindsight plugin syncs your vault into a memory bank and adds a chat panel whose answers are grounded on your notes and cite the source, with your vault staying the single source of truth.

Gemini Spark Persistent Memory: Agent-Initiated Recall Over MCP
Add persistent long-term memory to Google's Gemini Spark assistant with Hindsight. No plugin host, no hooks. Spark calls Hindsight's recall and retain tools over MCP, with Hindsight Cloud or a self-hosted OAuth proxy.

Cursor Persistent Memory: One Bank for the Editor and the CLI
Two new Hindsight integrations give Cursor persistent long-term memory: one for the Cursor editor (with a workaround for the broken sessionStart additionalContext channel in Cursor 3.x) and one for Cursor CLI. Both can share the same memory bank.

Haystack Persistent Memory: Drop-In Tools and Auto-Recall for Any Agent
Add persistent long-term memory to any Haystack agent with Hindsight. Three Haystack Tools (retain, recall, reflect) plus an optional HindsightMemoryWrapper that injects memories before each turn and stores the transcript after.

Flowise Persistent Memory: Drop-In Tool Nodes for Any Chatflow
Add persistent long-term memory to any Flowise chatflow or agent with Hindsight. Three Tool nodes (Retain, Recall, Reflect) drop straight into a Conversational Agent and share one Hindsight API credential.

Cline Persistent Memory: Lifecycle Hooks Instead of MCP
Add persistent memory to Cline with Hindsight using lifecycle hooks. No MCP server, no model tool-calling required. Hooks deterministically recall context before each task and retain what happened after.

Agno Persistent Memory: Long-Term Memory for Agno Agents
Agno agents start each run fresh. hindsight-agno adds HindsightTools and memory_instructions so they can retain, recall, and reflect across sessions.

Adding Persistent Memory to OpenAI Codex with Hindsight
Give OpenAI Codex persistent memory across sessions with Hindsight. Auto-recall injects context before every prompt. Auto-retain extracts facts when sessions end.

How to Add Persistent Memory to OpenClaw with Hindsight
OpenClaw's built-in memory depends on the agent deciding what to save — and models don't do this consistently. Hindsight replaces it with automated extraction and auto-recall: every conversation is captured, facts and entities are extracted in the background, and relevant context is injected before every response automatically. One plugin install, one setup wizard, no Docker.