mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
When a user sends a message while a command is running (command_output state), the UI would hang because handleChatReset() disabled all inputs but no new command_output ask was sent to re-enable them (since runInBackground became true). This fix changes the behavior so that: 1. For command_output, send terminalOperation with the user message instead of askResponse 2. Clear the input fields but skip handleChatReset() to keep UI responsive 3. In backend, if terminalOperation includes text/images, resolve the pending ask so the loop can continue Fixes #10329 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||