Roo-Code/src/core
Roo Code a373d6cb04 feat: fix UI performance issue during long tasks with incremental message updates
- Add incrementalStateUpdate message type to ExtensionMessage.ts
- Implement postIncrementalUpdateToWebview() method in ClineProvider.ts
- Update Task.ts to use incremental updates instead of full state posts
- Add webview handler for incremental updates in ExtensionStateContext.tsx
- Maintain backward compatibility for initial loads and reconnections
- Reduces data transfer from O(n²) to O(1) per message update

Fixes #6513
2025-07-31 21:52:47 +00:00
..
assistant-message add todo tool (#5182) 2025-07-07 14:07:39 -04:00
checkpoints fix: add Git installation check for checkpoints feature (#3109) (#5920) 2025-07-22 21:31:20 -04:00
condense feat: add profile-specific context condensing thresholds (#4456) 2025-06-20 23:02:04 -04:00
config fix: exclude rules-{slug} folder from mode export paths (#6186) 2025-07-29 11:53:57 -04:00
context-tracking fix: use safeWriteJson for all JSON file writes with race condition fix (#4733) 2025-06-25 16:05:02 -04:00
diff docs: clarify apply_diff tool descriptions to emphasize surgical edits (#6278) 2025-07-30 10:52:20 -04:00
environment fix(environment): Filter out non-text tab inputs (#6350) 2025-07-29 10:14:11 -04:00
ignore Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
mentions Skip interpolation for non-existent slash commands (#6475) 2025-07-31 01:21:19 -04:00
prompts feat: add symlink support for AGENTS.md file loading (#6326) 2025-07-30 18:57:15 -04:00
protect feat: add support for Agent Rules standard via AGENTS.md (#5966) (#5969) 2025-07-24 00:42:11 -04:00
sliding-window Feat: Adding Gemini tools - URL Context and Grounding with Google Search (#5959) 2025-07-27 14:34:55 -04:00
task feat: fix UI performance issue during long tasks with incremental message updates 2025-07-31 21:52:47 +00:00
task-persistence feat: make task mode sticky to task (#6177) 2025-07-28 23:06:14 -04:00
tools fix: show diff view before approval when PREVENT_FOCUS_DISRUPTION is disabled (#6386) 2025-07-29 17:52:30 -04:00
webview feat: fix UI performance issue during long tasks with incremental message updates 2025-07-31 21:52:47 +00:00