Roo-Code/packages
Roo Code 347566a339 feat: implement Phase 6c real-time progress streaming for background tasks
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
2026-05-12 14:03:22 +00:00
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
ipc Remove Roo Code Cloud and evals (#12328) 2026-05-11 22:43:45 -04:00
types feat: implement Phase 6c real-time progress streaming for background tasks 2026-05-12 14:03:22 +00:00
vscode-shim Some cleanup in ExtensionHost (#10600) 2026-01-10 02:29:33 -08:00