Skip to content

v0.2.0 — scrollbar, mouse wheel, board reconcile

Choose a tag to compare

@dac2k9 dac2k9 released this 08 Jun 13:51
· 1 commit to main since this release
d53ceaf

Highlights

Cockpit (lakitu)

  • Real scrollbar (proportional thumb + ↑/↓ arrows) on the Clients pane when the tree overflows.
  • Mouse-wheel scrolling of the focused surface — the help overlay, the tasks/inbox modal, or the main tree.
  • Fix: a click/hover-highlight offset — links lit up a few rows above where they were drawn. Hover now resolves against the same screen-space click targets as clicks.

MCP (lakitu-mcp)

  • sweep_agent_prs now reconciles merged/closed PRs out of the board: per swept repo it diffs active cards against the live open set and clears any that merged or closed — so cards don't linger after a merge done outside an agent loop.

Install

cargo install lakitu lakitu-mcp
lakitu-mcp install-hooks

Full diff: v0.1.0...v0.2.0