Tags: hoophq/julius
Tags
v0.6.0 feat(filter): python interpreter coverage — CPython tracebacks collapse to the entry frame, the deepest frames, and the exception, behind an explicit omitted-frames marker; heredoc and unwrapped runs covered via output sniffing. fix(filter): output sniffing now normalizes CRLF, so $-anchored detect_output patterns match Windows-style output.
v0.5.0 feat(savings): per-kind breakdown (commands / native-tool / session dedup), --current/--session views, versioned --json with basis labels. Correction: the previous headline lumped all three sources under 'commands'. fix(session): dedup cache scoped per agent context — subagents no longer receive markers for content only the parent saw; namespace-proof scope directories with a 64-bit discriminator.
v0.4.1: session-dedup honesty hardening Duplicate hook registrations can no longer suppress real output; dedup markers are only issued against output that entered context verbatim, and Bash rerun markers link the stashed raw output on disk; pipelines are wrapped only at their terminal, non-redirected segment so piped and redirected data is never truncated mid-stream. julius doctor understands plugin-registered hooks and flags duplicates.