Crispy VS Code Extension Adds Agent Memory and Multi-Agent Features for Claude and Codex

Crispy is a VS Code extension that provides a richer control layer on top of Claude Code and Codex CLIs, addressing common terminal limitations like conversation forking, agent switching, and memory retention.
Key Features
- Agent Memory — Every transcript is indexed locally on CPU with full-text and semantic search via local embeddings. Your agent can search and read back real past conversations. No cloud storage or API calls after initial model download. Backfills from existing agent transcripts.
- Multi-Agent / Superthink — Dispatch child sessions to Claude or Codex for parallel perspectives, with ability to resume later. In-process operation, no MCP configuration required.
- Conversation Forking — Fork or rewind conversations from any message, opening side-by-side views.
- Dedicated Tool Views — File edits show real diffs, bash shows output, searches show results.
- Quote Response Text — Select text and hit quote to insert directly into Chat Input with a comment.
- Local Voice-to-Text — Uses Moonshine Base STT with four render modes.
- Consistent UI — Same interface across Claude and Codex, with Gemini CLI and OpenCode support planned.
Technical Details
Crispy runs Claude Code and Codex underneath — not a standalone AI. It's open source under MIT license and available for Linux, macOS, and Windows. The extension can be installed from Open VSX or GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Steam City: A 3D Pixel-Art Map of Your Steam Library Built with Claude Code
A developer used Claude Code to build Steam City, a 3D pixel-art visualization of your Steam library. Playtime hours determine building height, unplayed games sit dark. 1,000+ players already.

Reduce AI Coding Session Costs by 90% with Graph-Based Code Indexing
A developer built a local graph database that indexes a codebase using LLM-generated summaries, cutting Claude Code session costs from $6-10 to cents by avoiding redundant file re-reads.

Developer Builds MCP Server for Claude WhatsApp Integration, Shares Challenges
A developer built an MCP server to give Claude access to real WhatsApp conversations, discovering that conversation context management was trickier than expected and required a database to track conversations.

OpenClaw PARA skill organizes AI assistant files automatically
A developer created an OpenClaw skill that enforces the PARA method (Projects, Areas, Resources, Archives) for file organization, automatically sorting files into four structured folders instead of dumping everything in the root directory.