devlog / 2026-W12
Week 12, 2026
2026-03-16 to 2026-03-22
Merged pull requests
| Project | Kenn | Community | Total | Lines added | Lines removed |
| roborev | 26 | 1 | 27 | +11,037 | −2,996 |
| AgentsView | 5 | 4 | 9 | +14,538 | −603 |
| msgvault | 1 | 3 | 4 | +2,635 | −208 |
| Total | 32 | 8 | 40 | +28,210 | −3,807 |
- See aggregate review statistics with the new roborev summary command.
- Control the TUI through a local socket, keep it running with --no-quit, and inspect runtime metadata.
- Run daemon communication over Unix domain sockets.
- Track token usage through agentsview, with version checks to avoid unsupported calls.
- Review agents now use a read-only sandbox, preventing .git/index.lock conflicts; worktree branch filtering also works correctly.
- Sync session data to PostgreSQL and run the server in read-only mode.
- Search now groups results by session, matches session names, and lets you change the sort order.
- Inspect machine-readable token usage from the CLI and see which model each session used in the UI.
- Insight generation errors now appear in the UI instead of failing silently.
- OpenCode sessions use their generated titles, and the macOS app adds Hide and Hide Others menu actions.
Releases | Tag | Date |
| v0.15.0 | 2026-03-17 |
- Use the TUI with a remote msgvault server.
- Search and show-message JSON output now includes source_conversation_id, exposing Gmail thread IDs to scripts.
- IMAP search now works with more IMAP4rev1 servers by avoiding an unsupported ESEARCH extension.
Releases | Tag | Date |
| v0.10.0 | 2026-03-18 |