Roo-Code/packages/types
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
..
npm Release: v1.115.0 (#11833) 2026-03-02 13:35:52 -08:00
scripts feat: add correct JSON schema for .roomodes configuration files (#11791) 2026-04-08 16:37:14 -06:00
src feat: implement Phase 6c real-time progress streaming for background tasks 2026-05-12 14:03:22 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
CHANGELOG.md Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json feat: add correct JSON schema for .roomodes configuration files (#11791) 2026-04-08 16:37:14 -06:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00