mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
- Fixed duplicate 'codeIndex' sections in all 17 non-English locale files - Implemented memory management safeguards in WorkerPool: - Added queue size limits (default: 1000 tasks) - Added memory threshold monitoring (90% limit) - Added worker health checks with stale worker detection - Added status reporting method for monitoring - Made throttling interval configurable in CodeIndexStateManager - Added comprehensive worker message protocol documentation - Updated all WorkerPool instantiations to use new options-based constructor - Added tests for memory management features - Fixed unhandled promise rejection in health check test - Fixed ESLint warnings about Function type usage |
||
|---|---|---|
| .. | ||
| 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 | ||