Skip to main content

persistent-memory

Give Aider a Memory That Outlives the Session

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.

Jul 9, 20267 min read
Give Zed's AI Assistant a Persistent Memory

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.

Jul 7, 20267 min read
Teach Vercel Eve to Remember: Automatic Agent Memory

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.

Jul 6, 20268 min read
Devin Desktop Persistent Memory (Formerly Windsurf)

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.

Jul 2, 20268 min read
Persistent Memory for the Vercel AI SDK in Five Tools

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.

Jun 23, 20269 min read
OpenHands (formerly OpenDevin) Forgets Every Task. Here's the One-Command Fix.

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.

Jun 19, 20266 min read
Stop Building Microsoft Agent Framework Agents That Forget

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.

Jun 18, 20267 min read
Chat With Your Obsidian Vault: Grounded Answers That Cite Your Notes

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.

Jun 16, 202610 min read
Gemini Spark Persistent Memory: Agent-Initiated Recall Over MCP

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.

Jun 15, 20269 min read
Cursor Persistent Memory: One Bank for the Editor and the CLI

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.

Jun 12, 202610 min read
Haystack Persistent Memory: Drop-In Tools and Auto-Recall for Any Agent

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.

Jun 11, 20267 min read
Flowise Persistent Memory: Drop-In Tool Nodes for Any Chatflow

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.

Jun 10, 20269 min read
Cline Persistent Memory: Lifecycle Hooks Instead of MCP

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.

Jun 9, 202610 min read
Agno Persistent Memory: Long-Term Memory for Agno Agents

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.

Apr 9, 20268 min read
Adding Persistent Memory to OpenAI Codex with Hindsight

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.

Apr 8, 20269 min read
How to Add Persistent Memory to OpenClaw with Hindsight

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.

Mar 6, 202613 min read