Expand description
Session history helpers aligned with the Python SDK.
This module scans Claude session transcript files under
~/.claude/projects/ (or CLAUDE_CONFIG_DIR) and exposes:
list_sessionsfor lightweight session metadataget_session_messagesfor reconstructed conversation messages
Functionsยง
- get_
session_ messages - Returns chronological user/assistant messages for a saved Claude session.
- list_
sessions - Lists session metadata from Claude session transcript files.