v0.2.28
multica-ai/multicav0.2.28May 8, 2026by github-actions[bot]
AI Summary
This release adds skill picker search, disk usage CLI tracking, and extends garbage collection to more task types. It also includes timeline fixes and performance improvements through daily rollup aggregation.
Key Highlights
- Add search box to skill picker dialog
- Add disk-usage CLI for task/workspace footprint
- Extend GC to chat / autopilot / quick-create tasks
- Show identifier in detail page breadcrumb
- Aggregate task_usage into daily rollup table
New Features
- Skill picker search functionality
- Disk usage CLI tracking
- Extended garbage collection
- Task usage daily rollup
- Breadcrumb identifier display
Full Release Notes
## Changelog * d964d37f976ce7fe78173e4ada8b3fe4455347b7 Revert "fix(cli): add --content-file / --description-file for non-ASCII on Wi…" (#2252) * de356561bc964ae49e902c54f5903243a32844e7 docs(changelog): add v0.2.27 entry * d1a68817073ea3abb9d511989c74ba5bcf73a93d docs(changelog): add v0.2.28 entry for 2026-05-08 release (#2271) * fe8326fa0c80d407238cab4de1f03bd58f249f6c feat(agents): add search box to skill picker dialog (#2269) * 61ce8a80905561b23008f1981659d38e8866e381 feat(daemon): add disk-usage CLI to surface per-task / per-workspace footprint (#2267) * 823f124d671d8c5187f27646c8f01c9be4830d09 feat(daemon): extend GC to chat / autopilot / quick-create tasks (#2260) * 14ab487c95c97964f10db80c520736701bb68a7f feat(issues): show identifier in detail page breadcrumb (#2244) * 96507887094c30edffcbcb7ba8dbfc5a313dedb6 fix(cli): add --content-file / --description-file for non-ASCII on Windows (#2247) * 6b7294aa5bda6a1370aef627c282e35882a4b9ae fix(daemon): use brew prefix symlink for self-restart so Linux Cellar deletion does not orphan runtimes (#2076) * 00ba0aa4e6df8960e2e6a8fbdef799ba8cb92aa9 fix(desktop): replace Electron placeholder icons with Multica asterisk for Windows + Linux (#2248) * 0b64f09c1243e91b676080bd12e33f253c3a43e9 fix(runtimes): exclude archived agents from counts (#2166) * eb067ff0773d430cbca8d6e2133f89611007ec75 fix(server): aggregate task_usage into daily rollup table to cut DB load (#2256) * 161194b86f8a8b77787654b56d21fa6afb2671ad fix(timeline): exclude activities from comment page budget (#2253) * bbbbcf9b6e5fa69d565ab672391da615c966476c fix(timeline): make Show older / Show newer affordances clearly clickable (MUL-1858) (#2257) * 64008684121d35f81c0535a728129de95d21ac97 fix(timeline): off-by-one — exact-limit comments no longer triggers Show older (#2259) * b1d874ef5097912d5c4ebf6bdb8626a000bfa4e0 fix(timeline): rescue orphaned replies + bump page size to 50 (#2263) * f1dc3dc986eb6d3b40fee166b761452d3a9728b5 fix: keep daemon health responsive during repo lookup (#2211) * 9a3a99cef8db952f737f1e89ccc41c0c0c0ba9d1 fix: make CLI short IDs routable * 97df9b90f53140231b2e383f38d2995764258b8c refactor(daemon): rename repoCache interface, relax /health test timeout (#2270)