Releases: dac2k9/lakitu
Releases · dac2k9/lakitu
v0.3.0 — task nesting, owner inference, dismiss-any
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/namefrom the registered agents, so GitHub links work and items attribute to their agent with no env var. - Dismiss any item —
xnow 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-mcpFull diff: v0.2.0...v0.3.0
v0.2.0 — scrollbar, mouse wheel, board reconcile
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_prsnow 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-hooksFull diff: v0.1.0...v0.2.0