You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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