mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Implement RepositoryContextManager to maintain complete project context - Add configuration options for context management (enabled, maxFiles, includeFileContent, etc.) - Integrate cached context into environment details sent to LLM - Update system prompt to mention repository context feature - Add comprehensive test suite for RepositoryContextManager - Automatically update context on file changes with debouncing - Support smart file selection based on relevance and patterns - Extract code patterns (imports, definitions, APIs) for better context understanding This addresses issue #7735 by providing a complete and updated repository context for every LLM call, improving accuracy and reducing token consumption. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||