bledden/claude-recall-plugin

20 stars · Last commit 2026-04-10

A Claude Code plugin to recover conversation context when Claude loses track

README preview

# Claude Recall Plugin v2.2.0

A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin that persists conversation context across sessions, `/clear` commands, and compaction events — with cross-session search, tagging, cross-session highlight sharing, and observability.

> **Marketplace Status:** Submitted via the official submission form at [claude.ai/settings/plugins/submit](https://claude.ai/settings/plugins/submit).
>
> **Pre-built Marketplace:** [claude-recall-marketplace](https://github.com/bledden/claude-recall-marketplace) (for easy installation until approved)

---

## Requirements

- **Claude Code** 2.0.x or 2.1.x (see breaking change note below for 2.1.x), or **Claude Cowork** (macOS desktop app)
- **Python 3.6+** (for hook and script execution)

---

## UPDATE: Claude Code 2.1.x Breaking Change

**As of Claude Code 2.1.x, local plugins no longer persist across sessions.** This is an undocumented breaking change from 2.0.x behavior. See [issue #17089](https://github.com/anthropics/claude-code/issues/17089).

View full repository on GitHub →