v0.2.19

multica-ai/multicav0.2.19Apr 28, 2026by github-actions[bot]

AI Summary

A feature release adding Kiro CLI runtime support and improving issue filtering. The release introduces server-side label filters, daemon WebSocket task wakeups, and desktop dock unread badge notifications.

Key Highlights

  • Kiro CLI ACP runtime support
  • Server-side label filters for issues (fixing pagination drops)
  • Daemon WebSocket task wakeups
  • Desktop dock unread badge with focus-gated inbox notifications
  • Prometheus metrics endpoint

New Features

  • Default assignee to last-selected value
  • Client-side label filter on issues list

Full Release Notes

## Changelog
* abd69890a8fa350ea92ba533dc2ea459dfb7c806 Revert "feat(issues): server-side filters incl. label, fixing pagination drop…" (#1779)
* d63e7c1c45bf1e643b8f5367dd49b8be086233e0 ci(release): skip homebrew-tap publish on forks (#1687)
* dabebe0c12ef72ce573a626abfe42aed9c8031eb docs(changelog): publish v0.2.18 release notes (#1745)
* 6f9e82cecc918b98b256ff5ae560c47de4375c04 docs(changelog): publish v0.2.19 release notes (#1791)
* 2f793fb6feec5e821bd5430383ff3bd265a44787 docs(desktop-app): correct self-host callout to reflect build-time URLs (#1777)
* c366cf2ba1455b3ea2bb4e209bd143a46a6a995d feat(agent): add Kiro CLI ACP runtime (#1780)
* b8f661e006886a2fafecd7f7446cb56b647ec522 feat(create-issue): default assignee to last-selected value (#1774)
* bbe73ade8bce34b7986a488cdfac79d4091ca00c feat(desktop): dock unread badge + focus-gated inbox notifications (#1445)
* 0236e409e46b3198c518938f32115df04ae830d1 feat(issues): client-side label filter on the issues list (#1782)
* 246fcd4ce44900238329ee384fc5ff88b093db62 feat(issues): server-side filters incl. label, fixing pagination drops (#1776)
* 9db91e89f55952af14cbafe03d40a8575da2115c feat: add daemon websocket task wakeups (#1772)
* f864a07bd5df01ac7d187da9e7f331cc8208e568 feat: add server Prometheus metrics endpoint
* 03f3180b8fddce3bdc935a82302c78cd0e37e2cf fix(agent): ignore Kiro session/load history replay (#1789)
* b77acdf6429954f4fd07235aca29b4464a9907a4 fix(comments): cancel triggered tasks when comment is deleted (#1747)
* 4c81fbed2b5d5262d86cfb0df55cd7b32d438101 fix(daemon/windows): break out of parent shell Job Object so daemon survives
* 1292ecf71bc527e941a30a9d69416bf32fd6b9ad fix(labels): apply label attach optimistically (#1746)
* 541aaa974d37aab94bf205f60e173f31906284e0 fix(server): clarify silent-exit prompt and pin handoff contract (#1775)
* 81231e06f836016da832c237db6372073ece99f7 fix(server): prevent agent-to-agent mention inheritance loops (BRI-34) (#1765)
* 6ef711cd356c8387e4eaee6d94ce1a713e3c9343 fix: gate dev verification code behind explicit env (#1773)
* c381d59c7a9c7810361ad349c24d6b3587bcbc76 fix: preserve authored markdown links during linkify (#1761)
* fae108ebdc8658500c49e00cd7d2d705b8f0062f fix: refresh mention issue search results
* 6bd5bbad9c9c22c73aa75e158930ca91551992f7 fix: timeout stalled Codex turns (#1730)
* 1845eaf42c3a3031dc48b9cf2819b05a4b2115b3 fix: update kiro runtime icon (#1787)
* b2fb39ed216f79796a9d502770a6cf8290e9c347 refactor(issues): flatten status group headers in list/board (#1783)
* f628e4877556025ec08040f15466ff00b55f3bd0 refactor(server): error-returning ParseUUID to prevent silent data loss