UX updates for building incrementally (#130)

This commit is contained in:
Brian Hackett
2025-06-01 12:37:03 -07:00
committed by GitHub
parent def5efa2e4
commit 894e151811
5 changed files with 273 additions and 51 deletions

View File

@@ -196,7 +196,7 @@ const ChatImplementer = memo((props: ChatProps) => {
});
await storeMessageHistory(newMessages);
if (!chatStore.currentChat.get()) {
toast.error('Failed to initialize chat');
setPendingMessageId(undefined);