Chatlog banner
opensesh opensesh

Chatlog

Development community

Description

# /chatlog - Get Current Conversation Log Path Locate and display the JSONL conversation log file for the current Claude Code session. ## Behavior 1. Determine the project-specific session storage directory by encoding the working directory path 2. Find the most recently modified `.jsonl` file in that directory (which is this active conversation) 3. Verify the session ID matches by reading the first line of the file 4. Output the full system path and session ID ## Steps Run the following ba

Installation

Installs to ~/.claude/commands/opensesh-karimo-overview-chatlog.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opensesh/karimo-overview/HEAD/.claude/commands/chatlog.md -o ~/.claude/commands/opensesh-karimo-overview-chatlog.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository