mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-24 00:51:34 +00:00
When the agent asks a follow-up question, the normal stop button in the chat input area was not visible because isStreaming is false during asks. This left users with no way to abort the task during follow-up questions. Added a dedicated stop button that appears in the chat text area when there is an active follow-up question (canStopTask prop). This button is separate from the morphing send/stop button, so users can both send a response AND stop the task. Fixes #12268 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||