mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
use pending history item for shell mode, update as output is received (#471)
This commit is contained in:
parent
01dbc61d1c
commit
00ab1905e0
3 changed files with 27 additions and 6 deletions
|
|
@ -82,6 +82,7 @@ export const useGeminiStream = (
|
|||
}, []);
|
||||
const { handleShellCommand } = useShellCommandProcessor(
|
||||
addItem,
|
||||
setPendingHistoryItem,
|
||||
onExec,
|
||||
onDebugMessage,
|
||||
config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue