devlog / 2026-W08
Week 8, 2026
2026-02-16 to 2026-02-22
Merged pull requests
| Project | Kenn | Community | Total | Lines added | Lines removed |
|---|---|---|---|---|---|
| roborev | 23 | 3 | 26 | +35,257 | −17,112 |
| AgentsView | 3 | 0 | 3 | +49,607 | −9,305 |
| Total | 26 | 3 | 29 | +84,864 | −26,417 |
roborev
- Run reviews in CI with the new `roborev ci review` command and generate a GitHub Actions workflow with `init gh-action`.
- Trigger fixes from the TUI in background worktrees, now created from the reviewed commit instead of the current HEAD.
- Keep review history across clean rebases, and use `roborev compact` to verify and consolidate findings.
- Review jobs can fall back to a backup agent and pause gracefully when an agent reaches its quota.
- Large reviews now work around Windows' 32 KB command-line limit, while hook initialization and migrations with quoted table names no longer crash.
AgentsView
- Gemini CLI sessions can now be imported and explored alongside Codex sessions.
- New analytics show tool usage, activity by hour, session shape, velocity, and agent comparisons.
- Analytics now support filters, drill-down navigation, shareable links, and CSV export.
- Session browsing, deep scrolling, and syncing are faster and more stable.
- Related sessions now stay connected across continued conversations.