Skip to content

v0.1.2: Sidecar JSONL Output for Log Triage

Choose a tag to compare

@jwminton jwminton released this 10 Jun 01:00

v0.1.2 - Sidecar JSONL output

This release adds sidecar JSONL output for automation and AI-assisted log triage.

Added

  • Added -j / --json sidecar JSONL output.
  • Added structured session_start and interval records.
  • Added --help sidecar documentation describing record types, important fields, output path, and suggested raw-log follow-up searches.
  • Sidecar output is written to <save-dir>/sidecar_<session>.jsonl.
  • The normal TUI remains active while sidecar interval records are written.

Notes

Sidecar JSONL is intended as a triage layer, not a replacement for grep, rg, awk, or direct raw-log inspection.