Roo-Code/packages/types
Hannes Rudolph 9f29251b8a feat: gate smart context tracking behind experimental setting
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
2025-12-16 08:55:31 -07:00
..
npm Release: v1.92.0 (#10116) 2025-12-15 22:03:49 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: gate smart context tracking behind experimental setting 2025-12-16 08:55:31 -07: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