v0.2.3
Changelog
All notable user-facing changes to this project are documented here.
[0.2.3] - 2026-05-28
Added
- Added OpenCode and Pi session providers alongside Codex and Claude Code for agent search, refs, and workspace browsing. (421652b, d2bf657)
- Added the canonical WorkRecord/WorkPart model with typed WorkRefs, including part-level refs such as
pi/<session>/<turn>/o/1. (d993d03, a3de450, 5abafcd, 53c6442) - Added WorkSet-based memory workflows:
search,show,zoom,work records, andwork partsnow operate on reusablerecords + anchorsselections with@last, named@sets, stdin@pipelines,--refs, and--jsonoutput. (940712a, 9d07972, a931885) - Added target-first search and rich filters for provider/session/record/part selectors,
--kind, input/output/command fields, exclusion, status, exit code, duration, cwd, time ranges, sorting, and latest-result limits. (40a028f, 9b17432, 32540a2, 43f8d5f, acfdf78) - Added
sivtr showfor refs and part anchors, plussivtr zoomfor expanding any anchor back to nearby parent records. (ce558b2, 5982f4c, a931885) - Added
sivtr doctor,sivtr init show,sivtr init uninstall, andsivtr init alldiagnostics and shell-hook management flows. (d5b939e, d187d77, c02e4d1) - Added
sivtr version --verbosewith binary path, build metadata, repo root, and debug-binary diagnostics. (182fde3, 1fe09e1) - Added
install.sh, multi-platform CI/release automation, docs playbooks, troubleshooting/data-location references, and thesivtr-memoryskill package. (1fe09e1, 37706cf, 78b3334, 22380f5)
Changed
- Search and work traversal now use WorkParts as the source of truth; input/output text is a projection over parts instead of separate duplicated payloads. (b9d463e, 7e39982, a931885)
- Workspace resolution now scopes terminal and agent records by git root so subdirectories in the same repository share workspace memory. (5980b04, e61ca54)
- Workspace picker, copy, and search flows now route through typed work records/refs for more consistent selections and copy output. (7f2d7a8, 325569f, c700233)
- Agent titles and snippets skip skill boilerplate and prefer the real user request. (b01b158, 701c89d, 71d7b60)
- Documentation was reorganized around local-first memory, AI sessions, refs/selectors, launchers, and common playbooks. (697c83b, 1af9a61, 60da546)
Fixed
- Fixed workspace picker leakage across repositories and made provider/session titles more resilient. (2fd288e, cd6cb16, 7cb1863)
- Kept interrupted agent turns searchable. (3515b16)
- Fixed local timestamp parsing and normalization for terminal and agent records. (93fdbc1, 5007f59, 71d7b60)
- Fixed legacy shell-hook migration, PowerShell hook output handling, and launcher/help inconsistencies. (580b093, 888fba5, a3dfe5e)
- Fixed false positives and clippy warnings across the record/search/workset refactors. (95c5a6a, 1aadfc0, a3dfe5e)
[0.1.3] - 2026-05-20
Added
- Added the workspace picker experience for browsing AI sessions with richer content rendering, search navigation, scrolling, and line-numbered content views.
- Added workspace copy shortcuts for AI sessions:
icopies user input,ocopies assistant output, andycopies the whole dialogue block without role headings. - Added project roadmap pages to the documentation site.
Fixed
- Hardened VS Code picker command quoting across PowerShell, cmd.exe, fish, and POSIX shells.
- Ignored Claude
ai-titlemetadata events instead of failing session parsing. - Fixed CI clippy warnings.
[0.1.2] - 2026-05-02
Fixed
- Treat cancelling interactive pickers as a normal exit.
[0.1.1] - 2026-05-01
Fixed
- Fixed Codex copy picker TUI selection logic.
- Fixed terminal exit handling that could leave the terminal stuck.
[0.1.0] - 2026-04-28
Added
- Added
sivtr, a terminal output workspace for capturing command output and AI coding sessions. - Added pipe mode with
command | sivtr. - Added run mode with
sivtr run <command>. - Added Vim-style navigation, modal interaction, visual selection, search, and clipboard copy.
- Added local SQLite history with full-text search.
- Added Codex session capture helpers with
sivtr copy codexfor reusing assistant replies, user prompts, and tool output. - Added command-block copy, diff, and picker workflows.
- Added TOML configuration support.
- Added Windows global hotkey support for the Codex picker workflow.
Notes
- This is the first public release. The CLI and configuration format may still change during the
0.1.xseries.