mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add BackgroundTaskLiveView component with compact tool-name + status display, backgroundTaskProgress message type, emitBackgroundProgress in Task.ts with 500ms throttle and last-20 rolling window, scoped to currently viewed task only. Changes: - Add BackgroundTaskUpdate interface and backgroundTaskProgress message type - Add subscribeToBackgroundTask/unsubscribeFromBackgroundTask webview messages - Add viewedBackgroundTaskId tracking to ClineProvider - Add emitBackgroundProgress method to Task.ts with 500ms throttle, 5-per-batch cap - Hook progress emission into presentAssistantMessage.ts (tool start, complete, error) - Create BackgroundTaskLiveView webview component with rolling update window - Update BackgroundTaskView to route active tasks to live view, completed to replay - 10 new tests across 3 test files (all passing) Issue #12330 Phase 6c |
||
|---|---|---|
| .. | ||
| 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 | ||