use pending history item for shell mode, update as output is received (#471)

This commit is contained in:
Olcan 2025-05-21 13:16:50 -07:00 committed by GitHub
parent 01dbc61d1c
commit 00ab1905e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 27 additions and 6 deletions

View file

@ -82,6 +82,7 @@ export const useGeminiStream = (
}, []);
const { handleShellCommand } = useShellCommandProcessor(
addItem,
setPendingHistoryItem,
onExec,
onDebugMessage,
config,