You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc-vellum — digital vellum for Claude Code conversations. A Stop hook that durably archives every turn and generates AI summaries. Zero dependencies, pluggable providers (Claude CLI, OpenAI, Ollama).
Bulk-export local Codex session history into a portable, project-aware archive. The exporter scans Codex session files on disk, groups them by project/work folder, and writes readable Markdown transcripts, a local HTML index with metadata filtering, a machine-readable manifest.json & optional copies of the original rollout-*.jsonl files.
Cold-storage warehouse + searchable recall for Claude Code session transcripts. Sweeps ~/.claude/projects/*.jsonl to an SMB/SSD vault, indexes via SQLite FTS5, rehydrates on demand.