v0.2.9
multica-ai/multicav0.2.9Apr 20, 2026by github-actions[bot]
AI Summary
This release introduces Kimi CLI as a new agent runtime option and adds a per-agent model configuration with a provider-aware dropdown. It also improves the issue editor experience with expand toggles for comment and reply editors.
Key Highlights
- Added Kimi CLI as agent runtime (#1400)
- Added per-agent model field with provider-aware dropdown (#1399)
- Added expand toggle to comment and reply editors (#1386)
- Fixed cookie Secure flag derivation from FRONTEND_ORIGIN scheme (#1390)
- Made posting result comment an explicit workflow step in daemon/execenv (#1372)
New Features
- Kimi CLI agent runtime support
- Per-agent model configuration with provider-aware dropdown
- Expand toggle for comment and reply editors
Full Release Notes
## Changelog * 9e47b83f02aed94eac92f5b44d7717ddbb3ac4e7 feat(agent): add Kimi CLI as agent runtime (#1400) * b291db11c2db5c298f2e49c2200c37adb947bbfb feat(agents): add per-agent model field with provider-aware dropdown (#1399) * e830575efcd6aa09ade3a8d3ad168d7798277e38 feat(issues): add expand toggle to comment and reply editors (#1386) * 824d94384858c96e6366f31e6d0c45218ba929c2 fix(auth): derive cookie Secure flag from FRONTEND_ORIGIN scheme (#1390) * c76c790b32baf565a6a150057852c10bd0d6f38f fix(daemon/execenv): make posting result comment an explicit workflow step (#1372) * 779c72e835c6ad7c5db6f668dd4aad4f8db46206 fix(views): clear agent live state when switching issues (#1389)