mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
Merge branch 'main' into chore/sync-gemini-cli-v0.1.21
This commit is contained in:
commit
0ba0d27941
22 changed files with 984 additions and 701 deletions
|
|
@ -192,6 +192,7 @@ export const useGeminiStream = (
|
|||
return;
|
||||
}
|
||||
turnCancelledRef.current = true;
|
||||
isSubmittingQueryRef.current = false;
|
||||
abortControllerRef.current?.abort();
|
||||
if (pendingHistoryItemRef.current) {
|
||||
addItem(pendingHistoryItemRef.current, Date.now());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue