Skip to content

v1.2.1

Choose a tag to compare

@pcvelz pcvelz released this 20 Feb 12:04
· 19 commits to main since this release

What's New

  • --context N flag: Show N messages of context around filter matches when using UUID + filter. Matches are marked with >>> and context blocks separated by ---
  • --tail N flag: Show only the last N lines of a session extraction (complements --max-lines which truncates from the front)
  • --read-result / --list-results: Access tool results stored in session directories for inspection (from v1.2.0)
  • Unknown flag detection: Unknown options like --bogus now produce a warning and are ignored, instead of being silently added to the search query (fixes ~50 broken invocations that used non-existent flags)
  • Removed stale README references to --analyze and --delete features that were never implemented