Skip to content

Releases: jwminton/pattyGraph

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.

pattyGraph v0.1.1

Choose a tag to compare

@jwminton jwminton released this 13 May 18:34

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

pattyGraph v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@jwminton jwminton released this 04 May 19:22

First public preview release of PattyGraph.