mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* chore: remove MULTI_FILE_APPLY_DIFF experiment Remove the 'Enable concurrent file edits' experimental feature that allowed editing multiple files in a single apply_diff call. - Remove multiFileApplyDiff from experiment types and config - Delete MultiFileSearchReplaceDiffStrategy class and tests - Delete MultiApplyDiffTool wrapper and tests - Remove experiment-specific code paths in Task.ts, generateSystemPrompt.ts, and presentAssistantMessage.ts - Remove special handling in ExperimentalSettings.tsx - Remove translations from all 18 locale files The existing MultiSearchReplaceDiffStrategy continues to handle multiple SEARCH/REPLACE blocks within a single file. * fix: remove unused EXPERIMENT_IDS/experiments import from Task.ts Addresses review feedback: removes the unused imports from src/core/task/Task.ts that were left over after removing the MULTI_FILE_APPLY_DIFF experiment routing code. |
||
|---|---|---|
| .. | ||
| api.spec.ts | ||
| checkExistApiConfig.spec.ts | ||
| combineApiRequests.spec.ts | ||
| combineCommandSequences.spec.ts | ||
| context-mentions.spec.ts | ||
| experiments-preventFocusDisruption.spec.ts | ||
| experiments.spec.ts | ||
| getApiMetrics.spec.ts | ||
| language.spec.ts | ||
| modes-empty-prompt-component.spec.ts | ||
| modes.spec.ts | ||
| ProfileValidator.spec.ts | ||
| support-prompts.spec.ts | ||
| vsCodeSelectorUtils.spec.ts | ||