mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add WebviewMessage types for requesting task messages with offset/limit - Add ExtensionMessage types for task messages response - Modify ClineProvider to send only initial 50 messages - Implement requestTaskMessages handler in webviewMessageHandler - Update ExtensionStateContext to handle lazy loading responses - Modify ChatView to detect scroll-to-top and request more messages - Add loading indicators and proper state management - Add comprehensive tests for both backend and frontend - Fix pagination edge cases and duplicate filtering This improves performance and memory usage for tasks with many messages by loading messages on-demand as the user scrolls. Fixes #6673 |
||
|---|---|---|
| .. | ||
| 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 | ||