Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ahostbr
Automatic transcript backup. Every conversation saved, organized by date, fully searchable.
npx claudepluginhub ahostbr/claude-historyAutomatic transcript backup for Claude Code. Every conversation saved, organized by date, fully searchable.
exports/YYYY-MM-DD/[summary]_[id].jsonlexports/index.json for easy searching[OK] Transcript backed up after each saveCopy to your project's .claude/plugins/ folder:
cp -r claude-history /path/to/project/.claude/plugins/
Copy to your user plugins folder:
cp -r claude-history ~/.claude/plugins/
Then restart Claude Code.
Once installed, backups happen automatically. You'll see:
[OK] Transcript backed up
/history - Show backup statistics/history list - List recent sessions/history open - Open exports folderyour-project/
└── exports/
├── index.json # Central registry
├── 2026-01-14/
│ ├── 2026-01-14_feature-work_9e0db771.jsonl
│ ├── 2026-01-14_feature-work_9e0db771.meta.json
│ └── ...
└── 2026-01-13/
└── ...
Each .meta.json contains:
{
"sessionId": "9e0db771-...",
"summary": "Feature work session",
"gitBranch": "main",
"startTime": "2026-01-14T11:34:32Z",
"messageCount": 245,
"sizeBytes": 125000
}
pwsh)
# Mac
brew install powershell
# Ubuntu/Debian
sudo apt-get install -y powershell
The plugin uses Claude Code hooks to capture conversations:
Both hooks run the same export-transcript.ps1 script that:
~/.claude/projects/exports/index.jsonMIT
Automatic conversation saving plugin built on the conversation-logger skill. Adds Stop hook for real-time saving and slash commands for searching conversation history.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Session transcript timeline viewer for Claude Code and Codex agent sessions
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Session log archiver: saves conversations as Markdown or JSON for easy review
Continuous memory for Claude Code. Extracts, summarizes, and compresses conversations into tiered daily logs. Claude remembers what you did yesterday.
Memory compression system for Claude Code - persist context across sessions
Human-in-the-loop result filtering. Filter search results BEFORE they pollute your context.
Multi-CLI agent orchestration — spawn, message, and coordinate AI coding agents across Claude Code, Codex, Copilot, and more from a single harness. 5-tier hierarchy, inter-agent messaging, polymathic thinking agents, git-as-memory.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim