Skip to main content

Module transcript

Module transcript 

Source

Modules§

claude
Claude Code session JSONL -> Vec. Reconciled with AgentsView internal/parser/claude.go (MIT, © 2026 Kenn Software LLC).
codex
Codex rollout JSONL -> Vec. Reconciled with AgentsView internal/parser/codex.go (MIT, © 2026 Kenn Software LLC).
pi
Pi (pi --mode json) transcript -> Vec. Reconciled with AgentsView internal/parser/pi.go (MIT, © 2026 Kenn Software LLC).

Enums§

Dialect

Functions§

detect
Detect dialect from content: Codex lines carry a top-level payload (session_meta/response_item/event_msg); Claude lines carry message with type user/assistant.
parse