Compare commits

...

1 Commits

Author SHA1 Message Date
18c67c8a3a Add loopInfo and onStopLoop to working status component 2026-03-14 18:05:10 +08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -2473,6 +2473,11 @@ export const ChatInput: React.FC<ChatInputProps> = ({ onOpenSettings, scrollToBo
wasAborted={working.wasAborted}
abortActive={working.abortActive}
retryInfo={working.retryInfo}
loopInfo={loopState ? { current: loopState.current, total: loopState.total, prompt: loopState.prompt } : null}
onStopLoop={() => {
setLoopState(null);
abortCurrentOperation();
}}
showAbortStatus={showAbortStatus}
/>
</div>

Binary file not shown.