SurfSense/surfsense_web/app/dashboard/[search_space_id]
CREDO23 2d1ccb468a fix(chat): capture mention chips at submit so they aren't dropped
The composer cleared the live mention atom synchronously on send (via the
editor reset), which raced the async onNew handler that read it — dropping
every @-mention (docs, folders, connectors, and the new chat references)
from the request.

handleSubmit now snapshots the chips before clearing, and onNew consumes
that snapshot (falling back to the live atom for the send-button path),
derives the payload via deriveMentionedPayload, and sends mentioned_thread_ids.
2026-06-23 18:30:39 +02:00
..
automations chore: ran linting 2026-06-13 21:59:35 +05:30
buy-more feat: update auto-reload settings and enhance payment session creation 2026-06-11 13:29:40 -07:00
buy-pages feat: no login experience and prem tokens 2026-04-15 17:02:00 -07:00
buy-tokens feat: no login experience and prem tokens 2026-04-15 17:02:00 -07:00
connectors/callback refactor(web): enhance redirect response in callback route 2026-06-16 21:00:53 +05:30
earn-credits feat(refactor): refactor payment system to implement unified credit wallet. 2026-06-10 16:49:03 -07:00
logs chore: ran linting 2026-05-19 21:02:07 +05:30
more-pages feat(refactor): refactor payment system to implement unified credit wallet. 2026-06-10 16:49:03 -07:00
new-chat fix(chat): capture mention chips at submit so they aren't dropped 2026-06-23 18:30:39 +02:00
onboard chore: linting 2026-06-17 23:40:53 -07:00
purchase-cancel feat: no login experience and prem tokens 2026-04-15 17:02:00 -07:00
purchase-success feat(refactor): refactor payment system to implement unified credit wallet. 2026-06-10 16:49:03 -07:00
search-space-settings chore: ran linting 2026-06-13 21:59:35 +05:30
team refactor(dashboard): improve layout and accessibility of TeamContent and TriggerCard components, enhancing button visibility and member display 2026-06-03 21:49:17 +05:30
user-settings feat: add personal access token settings UI 2026-06-19 20:29:03 +05:30
client-layout.tsx chore: linting 2026-06-17 23:40:53 -07:00
layout.tsx chore: ran linting 2026-03-06 12:17:57 +05:30
page.tsx chore: linting 2026-03-27 03:17:05 -07:00