v0.2.27

multica-ai/multicav0.2.27May 7, 2026by github-actions[bot]

AI Summary

This release adds skill import from GitHub URLs, auto-pause for failing autopilots, CLI workspace update command, and various UI improvements including inbox auto-selection and issue workdir path copying.

Key Highlights

  • Auto-pause autopilots with sustained high failure rate
  • Support importing skills from github.com URLs
  • Add `multica workspace update` CLI command
  • Auto-select next inbox item after archiving
  • Copy local workdir path to issue menu

New Features

  • Import skills from GitHub URLs
  • Auto-pause autopilots with high failure rate
  • CLI workspace update command
  • Copy assistant reply with collapsed process
  • Copy local workdir path to issue menu
  • Border beam effect on switch-to-agent button
  • Batch runtime last_seen_at writes for performance

Full Release Notes

## Changelog
* 250ada1fb379906bcdcad2a457c72fa976cd49c9 chore(db): drop unused agent_task_queue.last_heartbeat_at (#2212)
* 4a749f103b16bd70799eb05af7f3710dfd8f8a95 docs(views): explain min-h-[60vh] mobile fallback in agent overview pane (#2061)
* 32740d0ee3b59be036617a2c2cb3fe993e574438 docs+i18n: fix terminology/runtime drift across landing, onboarding, docs (#2146)
* 38f777d0ba5509e13e9fb5609c3cc45a3f4fd219 feat(autopilot): auto-pause autopilots with sustained high failure rate (#2136)
* c784a6a9eee1f4c14e6e67aeb4318b45575a5061 feat(chat): copy assistant reply + collapse process into a single outer fold (#2151)
* 5d51a0c9df115d3a5d9e569065ec019eb78d5738 feat(cli): add `multica workspace update` (#2191)
* c3ddb57b82e8b98975f120d149738c6673ee71df feat(create-issue): add border beam to switch-to-agent button (#2157)
* d07c7c2a1521a39e85d33efcdc1f081b1cde98ba feat(inbox): auto-select next item after archiving the selected one (#2190)
* fe956fc670f25bd0fcabe4776b6ef1b4a889dbba feat(issues): add Copy local workdir path to issue menu (#2196)
* d82a2d8a0478fe7748fed95fa82f79546796afe3 feat(skills): support importing skills from github.com URLs (#2209)
* 48e3131bf91b3e46862be0cba473d98db63f318c feat: harden desktop frontend against API response drift (MUL-1828) (#2208)
* 9306d604511c0ec304803494b9c16052f0588440 fix(agent-live-card): self-heal stale 'is working' banner via reconcile (#2142)
* 0af67c8159a815b3514d1e3385305b121d990607 fix(agent/openclaw): block tasks if openclaw < 2026.5.5 with upgrade hint (#2181)
* af971e1e5c52cbccc8a6c2570be9f3fe9c7a6da8 fix(agent/openclaw): read --json from stdout, not stderr (#2101)
* 2f979ac6f03764eb3e45902e81eebc66faf5e26a fix(daemon): tighten quick-create prompt to drop meta-instructions and apologetic Context (#2137)
* 53a3b33c508e348955bbbb54da67d645ad1550b4 fix(docs): keep zh internal links inside the zh locale (#2179)
* 9c00ecfdb4dac36f6f1cc33808fd2d9e7f47bb91 fix(issues): blur sticky agent live card (#2170)
* d16c48172a74cb9a2a493ec7d9415d53d8eda2c6 fix(projects): pre-fill project on per-status "+" create-issue (#2155)
* f9cdd487e01837762c63b2d8913b5d46fb432138 fix(projects): pre-fill the status and project to match the parent issue when creating sub-issue (#2177)
* d0ac67dea2870ef98cb70e9951082b818f02265a fix(skills): drop SKILL.md content from list endpoints (#2180)
* a6e8ae964ed712008eb440edd4c8d686d8c0aee1 fix(skills): handle GitHub API 403 / rate limit during skill import (#2215)
* 099dda0603cb5ad7aec2e2ab09fede0fc950bae5 fix(timeline): include merge-truncation case in has_more_before (#2192) (#2204)
* 11a6288cbd92c8ecd18b6619a494388f23915ec9 fix(timeline): legacy array shape for pre-#2128 clients (#2143, #2147) (#2156)
* dce51e3a27aa2f79c620803865850107290fe86a fix(views): guard IME composition on Enter-to-submit handlers (#2207)
* cc527c34be82049868b85aaa34d50ff43f5f80f6 perf(heartbeat): batch runtime last_seen_at writes (#2213)
* 47aa32a04db56042fd3b84fb77fbbf7ea72cee23 refactor(chat): unify session list into single dropdown with grouped active/archived (#2220)