Skip to main content

Module sessions

Module sessions 

Source
Expand description

AI session sources. Each harness (Claude Code, and future ones like Codex, OpenCode) becomes an adapter of this trait — the rest of the code does not know the session format or location.

Modules§

claude_code
Adapter for Claude Code sessions (~/.claude/projects//*.jsonl). WARNING: internal Claude Code format, not a public API — may change. Parsing is therefore tolerant: a bad line is skipped, never aborts (spec risk 1).

Structs§

SessionExcerpt

Traits§

SessionSource