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
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,