mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| 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 | ||