Skip to content

v2026.4.9

Release date: April 22, 2026


🐛 Bug Fixes

Multi-select of chat messages (create task)

In message selection mode (e.g. to create tasks from the chat), clicking directly on the checkbox could unexpectedly clear the selection or exit selection mode, while clicking the message body worked as expected.

The issue came from using a hidden <input type="checkbox"> inside a <label>: the change and row click paths could call the same handleSelectMessage twice in a row, toggling the selection back. The UI was updated to a single click handler with stopPropagation while keeping the same checkbox look.


🎯 Benefits

  • ✅ Consistent multi-select when clicking the checkbox or the message
  • ✅ A clearer, faster flow when creating tasks from several messages

Documentation constantly being updated