Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 7af04d6

Browse files
committed
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.
1 parent a7f4f2c commit 7af04d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/task/Task.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ import { getApiMetrics, hasTokenUsageChanged, hasToolUsageChanged } from "../../
7070
import { ClineAskResponse } from "../../shared/WebviewMessage"
7171
import { defaultModeSlug, getModeBySlug, getGroupName } from "../../shared/modes"
7272
import { DiffStrategy, type ToolUse, type ToolParamName, toolParamNames } from "../../shared/tools"
73-
import { EXPERIMENT_IDS, experiments } from "../../shared/experiments"
7473
import { getModelMaxOutputTokens } from "../../shared/api"
7574

7675
// services

0 commit comments

Comments
 (0)