v0.2.23

multica-ai/multicav0.2.23May 1, 2026by github-actions[bot]

AI Summary

Inbox improvements with archive functionality, git safe.directory configuration, and kanban display settings preservation.

Key Highlights

  • Remove redundant mark-as-done hover button, add archive button
  • Add safe.directory=* to gitEnv for CI ownership errors
  • Sanitize null bytes in skill update paths
  • Preserve kanban display settings when dragging
  • Responsive Autopilot list for mobile

New Features

  • Archive button for done tasks in inbox
  • Git safe.directory configuration
  • Skill null bytes sanitization
  • Kanban display settings preservation
  • Mobile-responsive Autopilot list

Full Release Notes

## Changelog
* 374f62be1385d1264268eaf39856514f3567f7da feat(inbox): remove redundant mark-as-done hover button, add archive button for done tasks (#1970)
* 3df95c84b8af6f26b6d4fe8ccfcaca74ee977cf1 fix(daemon): add safe.directory=* to gitEnv to fix CI dubious ownership errors (#1980)
* 13fe6149031ec6be4ec8e6771224f7780b910296 fix(daemon): optimize quick-create prompt for high-fidelity descriptions (#1969)
* 2305f7d18017ef20b5664106da83f6073b5099c5 fix(skill): sanitize null bytes in all skill update/upsert paths to prevent PostgreSQL UTF8 error (#1959)
* 050a2f0a5beb7e19b15e30fe4d095e3fe492ee25 fix(views): preserve kanban display settings when dragging issues (#1971)
* d9e5cf87dd55622c80127c8ab15ad88ceb8e8ba0 fix(views): responsive Autopilot list for mobile viewports (#1961)