mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
When a command is running and user types a message before clicking "Proceed While Running", the message was being lost. The frontend was only sending a terminal continue operation without including the user's typed text and images. Fixed by sending the message as a messageResponse (similar to other tool cases) when text/images are present, which the backend already properly handles in ExecuteCommandTool.ts. Fixes issue where messages disappear during command execution. |
||
|---|---|---|
| .. | ||
| 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 | ||