mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Added new 'smartContextTracking' experiment to gate the file context tracking optimization. When disabled (default), the read_file tools behave as before. When enabled, files that haven't changed and still have content in the conversation context return a short 'unchanged' response instead of re-reading the full content. Changes: - Added smartContextTracking to experimentIds in packages/types - Added SMART_CONTEXT_TRACKING to experiments.ts - Updated simpleReadFileTool.ts to check experiment before optimization - Updated ReadFileTool.ts to check experiment before optimization |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||