v0.2.7

multica-ai/multicav0.2.7Apr 20, 2026by github-actions[bot]

AI Summary

A substantial release with major features including autopilot scheduling improvements, desktop update polling, sub-issue creation from text selection, and configurable database pool size. Also adds self-hosted signup controls and improves issue detail views.

Key Highlights

  • Multi-select days in weekly trigger config for autopilot (#1368)
  • Desktop hourly update poll + manual check button in settings (#1366)
  • Sub-issue creation from selected text in bubble menu (#1348)
  • Configurable pgxpool size with sane defaults (#1381)
  • Added ALLOW_SIGNUP + ALLOWED_EMAIL_* for self-hosted instances (#1098)

New Features

  • Multi-day selection for autopilot weekly schedules
  • Desktop app hourly update polling with manual check
  • Sub-issue creation from selected text
  • Configurable database connection pool
  • Self-hosted signup restrictions (ALLOW_SIGNUP, ALLOWED_EMAIL_DOMAINS, ALLOWED_EMAIL_PATTERNS)
  • Issue title in detail page header
  • Slow-path timing logs for /tasks/claim
  • PostgreSQL pool config logging

Full Release Notes

## Changelog
* cf74327aa6620ee3f7ff108583b80c73abef010c chore(server): add slow-path timing logs for /tasks/claim (#1376)
* 9fa08fb16a3d677b257f5995a66692785a63e614 chore(server): log pgxpool config + periodic stats to confirm pool exhaustion (#1378)
* 96ee5bba52c8072790e9bdff03467a5c6cccc6e5 docs(selfhost): surface APP_ENV + 888888 gating in .env.example (#1361)
* be78b66e4ec6fa020c52030d478df8495171400a feat(autopilot): multi-select days in weekly trigger config (#1368)
* 62a7c0558936f54d6c99e4f20cabe1b1c7b3c612 feat(desktop): hourly update poll + manual check button in settings (#1366)
* 2ab89d4690afe4a415c95630f87bbbdc11b7f42f feat(editor): create sub-issue from selected text in bubble menu (#1348)
* 07034f4455ee8fa2d09b1f958b1641d748c0c788 feat(server): configurable pgxpool size with sane defaults (#1381)
* a7e9801c8393fff963d941ad9e84c1b7a5546b27 feat(views): show issue title in detail page header (#1344)
* b428f36ca616d322717aefc00fdb4cbfcdbcbb87 feat: add ALLOW_SIGNUP + ALLOWED_EMAIL_* for self-hosted instances (#1098)
* ec73710dd2143c99869af33c0b55f3869fe80b66 fix(agent/codex): surface stderr tail in initialize / turn startup errors (#1314)
* 951f51408a84c3a0ea4bdf413d85b48be294f21e fix(agent/comments): prevent resumed sessions from reusing stale --parent UUID (#1374)
* 4ce3e5ddf48d72fadf7281fb51805786a090f384 fix(auth): hand off session to Desktop when web is already logged in (#1364)
* 5fa1da448f0fcd094eead5d4a75d4e74f0f45a7f fix(chat): preserve chat session resume pointer across failures (#1360)
* 556c68292fb19b0008b01e668579951b15fc4eb9 fix(cli): use rundll32 instead of cmd start on Windows (#1202)
* 239ce3d40f5bbceef3ea5839f4d65022abc5745d fix(editor): blur ContentEditor on Escape (#1338)
* bd445782d5a8384dd307af3934bdcd0144ec6395 fix(openclaw): stop passing unsupported flags and actually deliver AgentInstructions (#1362)
* c0be1b7ce9ae3cea90345ad4c44a91b2d31195e1 fix(slugs): audit admin/multica/new/www + reserve in slug list (MUL-972) (#1359)
* b8907dda8d313cc96f0927da6dce2ea121fde43e fix(views): prevent infinite re-render loops in sidebar and chat resize (#1322)