v0.4.41

multica-ai/multicav0.4.41Sep 7, 2026by github-actions[bot]

AI Summary

This release introduces CLI enhancements for issue listing, improves sidebar navigation organization, and refactors search mechanisms for better performance. It also includes various bug fixes for agents, autopilot, and GitHub integration handling.

Key Highlights

  • Added `--fields` flag to CLI issue list JSON output
  • Reorganized sidebar navigation to separate 'Work' and 'AI Team' sections
  • Refactored issue search pipeline to a candidate-first model with a 5-second timeout
  • Improved GitHub PR refresh lookups by routing them to a replica
  • Fixed agent archiving cancellation events and autopilot write behaviors

New Features

  • CLI: Added `--fields` to issue list JSON output
  • CLI: Resolved custom property names in issue JSON
  • Sidebar: Organized navigation by work and AI team
  • Agents: Exposed usage in task history
  • GitHub: Routed PR refresh lookups to replica

Full Release Notes

## Changelog
* 728d26f0b5ccdc17398c9c61ff26077d8200372f MUL-6211: feat(agents): expose usage in task history (#7085)
* 5f1f297d575c348e8b80d9dae8944fb2e131f529 MUL-6966 chore(brief): stop teaching agents to use issue metadata (#8102)
* 8c4e0d2985354503c0c3693fe7ac5179675734bd MUL-6994 feat(cli): add --fields to issue list JSON output (#7946)
* 7a3f8b3f52d332ac73e9bdd7771492b095bf2029 MUL-7037 feat(cli): resolve custom property names in issue JSON (#8008)
* ca47495fcc3c4d2d0d6c7a421e45ddd0de98f0fd MUL-7053 fix(daemon): explain the codex retired-compaction 404 (#8032)
* c01f60fb03681aba618bdc5e62f5ead642ae2e67 MUL-7055: extend search statement timeout to 5 seconds (#8098)
* d3f1e64ea8531a8bdd8734508a95c9f867e55cf6 MUL-7055: refactor issue search to candidate-first pipeline (#8041)
* 7b60248d7ec5eb9d5ed23940a660d57109c9f96e MUL-7074 fix(channels): derive chat titles from the current user instruction (#8059)
* 940493409e032115a471469e710a2cf4707a688b MUL-7085: fix(chat): publish cancellation events when archiving agents (#8073)
* 60408ef252edaf60ee11ebac8daa0d7076201f9f MUL-7090 fix(autopilot): let an agent trigger a manual run for the human it acts for (#8099)
* 33222ff52f9d410f1753690c372b5e110f4d7be4 MUL-7094 fix(pi): drop a resume whose recorded cwd is gone (#8097)
* 92942e147980104918b78fae446a71108720df19 MUL-7105: Route GitHub PR refresh lookups to replica (#8096)
* 48126ef7cfa2a0b7afd09a7a4e41992b28a75360 MUL-7107 fix(agents): put agent detail on one leading edge (#8100)
* 9ee669fd53b4a638636a2dd4e0e3b7e7f056c9b2 MUL-7107 fix(views): put detail pages on one shared rail (#8104)
* 3ac53a68a61cecbe3f4459c94c7718045bdf46bf MUL-7108 fix(autopilot): judge every autopilot write as the human it acts for (#8107)
* 3932d1a1739a1b8907dc7d675115b2e57cc7bde4 docs(changelog): add v0.4.41 release entry (2026-09-07) (#8115)
* 4aca890a29576f075dfc5584a1d41dbc507cdb41 docs(changelog): cover the settings reorganization in v0.4.41 (#8119)
* d753c7d7840f56cc82f82a6cfe90bdc52e06dd19 feat(sidebar): organize navigation by work and AI team (#8112)
* 71ee15422e93b341859506b3496c80073669ad01 fix(editor): handle shortcuts at the selected list level (#8109)
* 7a438bd5b8bf39afd54259a7eb0971390e50a8ef fix(inbox): narrow default list width to 280px (#8066)
* 440ef8aa16c4ae58e8ef83e4d866078ff8837b16 fix(views): don't misreport unlisted runtime as missing CLI version (#7655)
* 53575a2a95837603e001774eca1be8d0ee89d885 refactor(settings): reorganize navigation and integration settings (#8114)