fix(chat): finalize terminal lifecycle to prevent stuck processing/thinking UI (#483)

This commit is contained in:
Haileyesus
2026-03-04 22:49:24 +03:00
committed by GitHub
parent 2320e1d74b
commit 0590c5c178
3 changed files with 75 additions and 26 deletions

View File

@@ -551,7 +551,7 @@ export function useChatComposerState({
};
setChatMessages((previous) => [...previous, userMessage]);
setIsLoading(true);
setIsLoading(true); // Processing banner starts
setCanAbortSession(true);
setClaudeStatus({
text: 'Processing',