Skip to content

Commit 69bfd89

Browse files
committed
Remove code for old diff strategies
1 parent 552ed0e commit 69bfd89

File tree

10 files changed

+2
-2754
lines changed

10 files changed

+2
-2754
lines changed

src/core/diff/DiffStrategy.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { DiffStrategy } from "./types"
2-
import { NewUnifiedDiffStrategy } from "./strategies/new-unified"
32
import { MultiSearchReplaceDiffStrategy } from "./strategies/multi-search-replace"
4-
import { EXPERIMENT_IDS, ExperimentId } from "../../shared/experiments"
3+
import { ExperimentId } from "../../shared/experiments"
54

65
export type { DiffStrategy }
76

@@ -11,7 +10,7 @@ export type { DiffStrategy }
1110
* @returns The appropriate diff strategy for the model
1211
*/
1312

14-
export type DiffStrategyName = "unified" | "multi-search-and-replace"
13+
export type DiffStrategyName = "multi-search-and-replace"
1514

1615
type GetDiffStrategyOptions = {
1716
model: string

0 commit comments

Comments
 (0)