Skip to main content

Module tail

Module tail 

Source

Modules§

claude
Parse Claude Code transcript .jsonl files into Events. Pure parser — no notify dependency, no IO beyond file reads.
codex
Parse Codex (OpenAI) transcript .jsonl files into Events. Pure parser — no notify dependency, no IO beyond file reads.
copilot_cli
Ingest GitHub Copilot CLI sessions from ~/.copilot/session-state/<id>/events.jsonl.
copilot_vscode
Ingest VS Code GitHub Copilot Chat sessions from workspace storage chatSessions/.
cursor
Parse Cursor agent-transcript .jsonl files into Events. Pure parser — no notify dependency, no IO beyond file reads.
goose
Ingest Goose sessions from SQLite (sessions.db) or legacy .jsonl in the same folder.
openclaw
Ingest OpenClaw sessions from ~/.openclaw/agents/*/sessions/*.jsonl. State dir: OPENCLAW_STATE_DIROPENCLAW_HOME~/.openclaw.
opencode
Ingest OpenCode session JSON from ~/.local/share/opencode (or OPENCODE_DATA_DIR).

Functions§

dir_mtime_ms
Earliest mtime (ms) of .jsonl files in dir. Returns 0 on failure.