Roo-Code/src/shared/__tests__
Hannes Rudolph 526488e5b6
chore: remove MULTI_FILE_APPLY_DIFF experiment (#10925)
* 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.
2026-01-23 18:39:24 -05:00
..
api.spec.ts feat: remove Claude Code provider (#10883) 2026-01-21 21:32:56 -05:00
checkExistApiConfig.spec.ts feat: remove Claude Code provider (#10883) 2026-01-21 21:32:56 -05:00
combineApiRequests.spec.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
combineCommandSequences.spec.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
context-mentions.spec.ts fix: restrict @-mention parsing to line-start or whitespace boundaries (#7876) 2025-09-11 19:37:10 -04:00
experiments-preventFocusDisruption.spec.ts Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
experiments.spec.ts chore: remove MULTI_FILE_APPLY_DIFF experiment (#10925) 2026-01-23 18:39:24 -05:00
getApiMetrics.spec.ts fix: exclude cache tokens from context window calculation (#5603) 2025-07-11 16:54:51 -04:00
language.spec.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
modes-empty-prompt-component.spec.ts Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
modes.spec.ts chore: remove MULTI_FILE_APPLY_DIFF experiment (#10925) 2026-01-23 18:39:24 -05:00
ProfileValidator.spec.ts chore: remove human-relay provider (#10388) 2025-12-30 15:38:46 -07:00
support-prompts.spec.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
vsCodeSelectorUtils.spec.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00