mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Increased message limit threshold from 500 to 750 messages - Only apply message limiting for very long conversations (>1000 messages) - Balanced viewport rendering (1500px top/bottom instead of 3000px/1000px) - Increased LRU cache capacity from 100 to 200 entries with longer TTL - Expanded viewport tracking window from 100 to 200 messages These changes prevent aggressive message filtering that was causing scroll position jumps while maintaining memory optimizations from PR #6697. Fixes #7026 |
||
|---|---|---|
| .. | ||
| 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 | ||