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

Agent Telephony Layer Goes Open Source: Give Your AI a Phone Number
A dev built an open-source telephony layer for AI agents, enabling them to call and text. It's REST + MCP, framework-agnostic, and has an OpenClaw skill.

Super Claude browser extension makes Claude.ai UI fully customizable
A developer built a browser extension that lets users customize every aspect of Claude.ai's interface — colors, fonts, layout, plus usage tracking and token counting. The extension works on Chrome and Firefox and was developed using Claude itself.

Open-source Claude plugin generates interactive visual tuners with live preview
A developer built an open-source plugin that lets Claude Code generate single HTML pages with sliders and Figma-style infinite canvases for fine-tuning CSS values. The plugin reads source files, reproduces elements on an interactive canvas, and provides controls for precise adjustments with live preview.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.