Skip to content

Add support for Claude Cowork session transcripts #84

Description

@houfu

Claude Cowork (local agent mode) stores session data in ~/Library/Application Support/Claude/local-agent-mode-sessions/ using the same JSONL format as Claude Code, but with additional metadata (title, folders, processName) in separate JSON files.

It would be great if this tool could convert Cowork sessions too. The existing JSONL parsing and HTML generation already work unchanged — the main additions would be:

  1. A session discovery function that reads the Cowork metadata directory and locates the
    corresponding JSONL files
  2. A cowork subcommand with an interactive picker (similar to local)
  3. Labeling the HTML output "Claude Cowork transcript" instead of "Claude Code transcript"

I have a working implementation in my fork (https://github.com/houfu/claude-code-transcripts) and am happy to open a PR if this is something you'd want to include.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions