Skip to content

Releases: dac2k9/lakitu

v0.3.0 — task nesting, owner inference, dismiss-any

09 Jun 10:01
43f9455

Choose a tag to compare

Highlights

Cockpit (lakitu)

  • Task → work-item nesting — a task linked to a board issue/PR shows that work-item as a child row beneath it (cross-repo), de-duped from its own section.
  • Owner inference — bare repo names in the log resolve their owner/name from the registered agents, so GitHub links work and items attribute to their agent with no env var.
  • Dismiss any itemx now hides any work-item from the board (not just Done/Merged), persisted across restarts.

MCP (lakitu-mcp)

  • No changes since 0.2.0 (reconcile-on-sweep already shipped in 0.2.0); republished at 0.3.0 in lockstep.

Install

cargo install lakitu lakitu-mcp

Full diff: v0.2.0...v0.3.0

v0.2.0 — scrollbar, mouse wheel, board reconcile

08 Jun 13:51
d53ceaf

Choose a tag to compare

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