Roo-Code/packages/types
Roo Code e9a439a313 feat: add repository context caching system for improved LLM performance
- 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.
2025-09-06 15:07:26 +00:00
..
npm Publish token usage metrics (#7637) 2025-09-03 13:51:27 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add repository context caching system for improved LLM performance 2025-09-06 15:07:26 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00