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

Linki v2: Open-Source AI SDR for LinkedIn + Cold Email with Self-Hosted Agent
Linki v2 is a self-hosted LinkedIn automation and cold email tool with an AI agent that writes personalized messages per lead. No per-seat pricing, your data stays local.

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

Claude Code skill combines DeepMind Aletheia and Anthropic harness approaches
A Claude Code skill implements a Planner→Generator→Evaluator→Reviser pipeline that synthesizes DeepMind's Aletheia math research agent with Anthropic's multi-agent coding architecture, adding blind pre-analysis where the evaluator reasons about correct approaches before seeing candidate code.

Opendesk: MCP + SOM algorithm for AI desktop control via Claude Code
Opendesk gives AI agents eyes and hands on your desktop via an MCP server with a custom SOM algorithm. Integrates with Claude Code or any agentic harness for mouse/keyboard control, learning, replay, and scheduling.