mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Added reReadAfterEditGranular experiment with individual toggles for each edit operation type - Updated all file editing tools to check their specific granular setting - Created new ReReadAfterEditGranularSettings UI component with master toggle and individual checkboxes - Maintained backward compatibility with legacy reReadAfterEdit setting that overrides granular settings - Added comprehensive tests for the new granular settings functionality - Added translations for the new UI elements This allows users to selectively enable automatic review for specific edit types like: - Apply Diff (search and replace blocks) - Multi-file Apply Diff - Write to File (complete file rewrites) - Insert Content (add lines to files) - Search and Replace (find and replace text) Addresses Issue #8927 - implements the suggestion to have checkboxes for selecting review based on edit type |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||