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
Added sivtr filter, a dedicated WorkSet filtering command that works with source selectors, saved WorkSets, and WorkSets piped through stdin (@). (9fe7018)
Added sivtr var for saved WorkSet variables, including commands to create, merge, drop entries from, remove, and clean up saved WorkSets. (dae5a01)
Added sivtr var list so saved WorkSet variables can be inspected before reuse. (a7f25be)
Added sivtr nav for deterministic anchor movement across parent, child, sibling, range, and current-anchor selections. (0af31bf)
Added Hermes as an agent-session provider for copy, picker, search, refs, and WorkSet workflows. (ffd869e)
Added global --color auto|always|never handling for status and diagnostic output. (00d29fd)
Changed
Standardized CLI status output so user-facing diagnostics follow a consistent format. (00d29fd)
Kept status and diagnostic messages out of stdout so command output remains safe to pipe into other tools. (00d29fd)
Moved search and work parts onto the shared WorkSet filtering implementation. (9fe7018)
Reused the agent-copy help text across CLI surfaces to keep command guidance consistent. (a8c357f)
Fixed
Fixed workspace log resolution during flush so captured output is attached to the intended workspace. (eda6708)
Fixed Windows Nushell integration by preserving the rendered prompt before flush, avoiding empty captures when Nushell does not expose prompt updates to later hooks. (be2b1a3)
Fixed Claude workspace-session matching across local clones that share the same Git remote. (thanks @Jacobinwwey, 22b1e11)
Hardened AI workspace repository matching so sessions from equivalent local checkouts are found more reliably. (thanks @Jacobinwwey, 2bd2db2)
Skipped invalid unrelated Claude session files during session listing so one bad file no longer breaks copy, picker, or work-record flows. (thanks @Jacobinwwey, 96af006)