mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes #10675 - Messages now queue when approval buttons are shown for: - tool (file edits: Save/Reject) - command (command execution: Run Command/Reject) - browser_action_launch (browser actions: Approve/Reject) - use_mcp_server (MCP server usage: Approve/Reject) - command_output (command running: Proceed While Running/Kill Command) Previously, messages sent during these states were lost because they were sent as askResponse but the backend expected button clicks. Now messages are properly queued and processed after the approval interaction completes. |
||
|---|---|---|
| .. | ||
| 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 | ||