mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
use pending history item for shell mode, update as output is received (#471)
This commit is contained in:
@@ -82,6 +82,7 @@ export const useGeminiStream = (
|
||||
}, []);
|
||||
const { handleShellCommand } = useShellCommandProcessor(
|
||||
addItem,
|
||||
setPendingHistoryItem,
|
||||
onExec,
|
||||
onDebugMessage,
|
||||
config,
|
||||
|
||||
Reference in New Issue
Block a user