devlog / 2026-W06
Week 6, 2026
2026-02-02 to 2026-02-08
Merged pull requests
| Project | Kenn | Community | Total | Lines added | Lines removed |
|---|---|---|---|---|---|
| msgvault | 33 | 21 | 54 | +46,439 | −26,443 |
| roborev | 17 | 3 | 20 | +7,941 | −723 |
| Total | 50 | 24 | 74 | +54,380 | −27,166 |
msgvault
- Run msgvault as an HTTP API daemon with scheduled syncs.
- Use msgvault on Windows with native installers, updates, secure file permissions, and Windows-friendly path handling.
- Search and navigate large mail archives more reliably, with full-text indexing, pagination, scrolling, filters, and empty-result handling fixed.
- Export individual attachments or batches from the CLI, and access attachments through the MCP server.
- Sync all accounts without listing them individually, with faster incremental sync and safer deletion recovery.
| Tag | Date |
|---|---|
| v0.7.0 | 2026-02-08 |
| v0.6.5 | 2026-02-07 |
| v0.6.4 | 2026-02-06 |
| v0.6.3 | 2026-02-06 |
| v0.6.2 | 2026-02-06 |
| v0.6.1 | 2026-02-05 |
| v0.6.0 | 2026-02-05 |
| v0.5.2 | 2026-02-04 |
| v0.5.1 | 2026-02-04 |
| v0.5.0 | 2026-02-04 |
| v0.4.0 | 2026-02-03 |
| v0.3.0 | 2026-02-02 |
| v0.2.0 | 2026-02-02 |
| v0.1.5 | 2026-02-02 |
| v0.1.4 | 2026-02-02 |
| v0.1.3 | 2026-02-02 |
| v0.1.2 | 2026-02-02 |
| v0.1.1 | 2026-02-02 |
| v0.1.0 | 2026-02-02 |
roborev
- Browse review jobs with the new `roborev list` command and get structured output from `roborev show --json`.
- Run automated GitHub pull request reviews with the new CI poller.
- Use the new `/roborev:fix` skill to address review findings, and check its availability with `roborev skills`.
- Post-commit reviews no longer run twice or use the wrong agent, and existing hooks upgrade more reliably.
- The TUI now labels queue entries as JobID and color-codes whether findings have been addressed.