eidos agi
Library

claude-session-commons

Shared session discovery, caching, classification, and summarization for Claude Code tools.

pip install claude-session-commons View on GitHub 206 downloads/mo v0.1.0 Mar 20, 2026

What it does

claude-session-commons is the shared foundation that powers resume-resume and other Claude Code session tools. It handles the hard parts — finding sessions on disk, indexing them, generating summaries, caching results — so tools built on top can focus on their own job.

Key features

Install

pip install claude-session-commons

Standalone tools

# Background daemon — indexes sessions as you work
claude-session-daemon

# Search sessions from terminal
claude-find "database migration"

# Local web UI for browsing history
claude-session-web

# Force full re-index
claude-session-reindex

Used by resume-resume, claude-boss, and claude-resume-duet. If you're building tools that need access to Claude Code session history, this is the foundation.