Will Chen
9691c9834b
Support concurrent chats (#1478)
Fixes #212
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Add concurrent chat support with per-chat state, chat activity UI, IPC
per-chat handling, and accompanying tests.
>
> - **Frontend (Chat concurrency)**
> - Replace global chat atoms with per-chat maps:
`chatMessagesByIdAtom`, `isStreamingByIdAtom`, `chatErrorByIdAtom`,
`chatStreamCountByIdAtom`, `recentStreamChatIdsAtom`.
> - Update `ChatPanel`, `ChatInput`, `MessagesList`,
`DyadMarkdownParser`, and `useVersions` to read/write per-chat state.
> - Add `useSelectChat` to centralize selecting/navigating chats; wire
into `ChatList`.
> - **UI**
> - Add chat activity popover: `ChatActivityButton` and list; integrate
into `preview_panel/ActionHeader` (renamed from `PreviewHeader`) and
swap in `TitleBar`.
> - **IPC/Main**
> - Send error payloads with `chatId` on `chat:response:error`; update
`ipc_client` to route errors per chat.
> - Persist streaming partial assistant content periodically; improve
cancellation/end handling.
> - Make `FileUploadsState` per-chat (`addFileUpload({chatId,fileId},
...)`, `clear(chatId)`, `getFileUploadsForChat(chatId)`); update
handlers/processors accordingly.
> - **Testing**
> - Add e2e `concurrent_chat.spec.ts` and snapshots; extend helpers
(`snapshotMessages` timeout, chat activity helpers).
> - Fake LLM server: support `tc=` with options, optional sleep delay to
simulate concurrency.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
9035f30b73a1f2e5a366a0cac1c63411742b16f3. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2025-10-09 10:51:01 -07:00
..
2025-08-30 20:47:25 -07:00
2025-10-09 10:51:01 -07:00
2025-10-09 10:51:01 -07:00
2025-05-31 21:15:41 -07:00
2025-09-17 15:03:07 -07:00
2025-06-04 10:31:13 -07:00
2025-06-24 22:23:20 -07:00
2025-07-22 15:45:30 -07:00
2025-06-04 10:31:13 -07:00
2025-07-07 15:43:06 -07:00
2025-09-30 13:53:52 -07:00
2025-09-10 14:48:15 -07:00
2025-07-10 10:23:22 -07:00
2025-06-24 14:35:05 -07:00
2025-09-29 16:19:49 -07:00
2025-09-16 23:03:22 -07:00
2025-09-09 00:18:48 -07:00
2025-10-09 10:51:01 -07:00
2025-08-20 14:16:07 -07:00
2025-06-04 10:31:13 -07:00
2025-06-05 22:26:17 -07:00
2025-09-22 23:32:55 -07:00
2025-08-18 11:00:03 -07:00
2025-06-23 14:53:54 -07:00
2025-06-03 17:58:59 -07:00
2025-06-24 16:46:40 -07:00
2025-07-08 11:39:46 -07:00
2025-08-12 21:53:44 -07:00
2025-09-16 22:58:46 -07:00
2025-09-04 11:06:46 -07:00
2025-07-11 10:52:52 -07:00
2025-10-06 12:44:18 -07:00
2025-06-05 23:29:52 -07:00
2025-08-20 14:16:07 -07:00
2025-06-17 16:59:26 -07:00
2025-08-18 10:41:22 -07:00
2025-05-31 23:04:28 -07:00
2025-05-31 21:15:41 -07:00
2025-09-29 16:19:49 -07:00
2025-09-30 17:05:18 -07:00
2025-06-02 22:35:55 -07:00
2025-05-31 22:01:48 -07:00
2025-06-24 16:46:40 -07:00
2025-09-03 14:17:50 -07:00
2025-08-14 13:48:27 -07:00
2025-08-18 13:25:11 -07:00
2025-06-04 10:31:13 -07:00
2025-06-04 10:31:13 -07:00
2025-05-31 23:35:33 -07:00
2025-07-07 17:15:02 -07:00
2025-06-02 22:46:35 -07:00
2025-06-25 15:34:11 -07:00
2025-06-04 10:31:13 -07:00
2025-05-31 21:15:41 -07:00
2025-07-23 10:11:16 -07:00
2025-09-11 11:13:33 -07:00
2025-08-20 14:16:07 -07:00
2025-06-24 16:46:40 -07:00
2025-07-10 14:37:21 -07:00
2025-06-04 23:07:59 -07:00
2025-06-02 22:49:02 -07:00
2025-07-03 14:44:44 -07:00
2025-06-02 16:19:47 -07:00
2025-07-23 10:11:16 -07:00
2025-07-23 10:11:16 -07:00
2025-06-25 15:36:05 -07:00
2025-06-04 10:31:13 -07:00
2025-07-01 11:12:40 -07:00