Releases: jwminton/pattyGraph
Releases · jwminton/pattyGraph
Release list
v0.1.2: Sidecar JSONL Output for Log Triage
v0.1.2 - Sidecar JSONL output
This release adds sidecar JSONL output for automation and AI-assisted log triage.
Added
- Added
-j/--jsonsidecar JSONL output. - Added structured
session_startandintervalrecords. - Added
--help sidecardocumentation 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.
pattyGraph v0.1.1
pattyGraph 0.1.1
This release adds a focused Go test suite around the core parser, matcher pipeline, buffers, inline commands, config
output, and control-file gating.
It also adds optional pattyControl.log support for feeding inline commands through a separate control file, with CLI and
inline enable/disable controls.
Log parsing now accommodates nginx access lines with a trailing "-" field after the User-Agent, while preserving clean
User-Agent tokenization.
pattyGraph v0.1.0
First public preview release of PattyGraph.