Skip to content

Commit 639837a

Browse files
committed
chore: update description for exp tool
1 parent 42a1e99 commit 639837a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/shared/experiments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ export const experimentConfigsMap: Record<ExperimentKey, ExperimentConfig> = {
2828
id: EXPERIMENT_IDS.SEARCH_AND_REPLACE,
2929
name: "Use experimental search and replace tool",
3030
description:
31-
"Enable the experimental Search and Replace tool. This tool allows Roo to search and replace term. Can be run multiple search and replace in sequence at once request.",
31+
"Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request.",
3232
enabled: false,
3333
},
3434
INSERT_BLOCK: {
3535
id: EXPERIMENT_IDS.INSERT_BLOCK,
3636
name: "Use experimental insert block tool",
3737

3838
description:
39-
"Enable the experimental insert block tool. This tool allows Roo to insert code blocks into files. Can be insert multiple blocks at once.",
39+
"Enable the experimental insert block tool, allowing Roo to insert multiple code blocks at once at specific line numbers without needing to create a diff.",
4040
enabled: false,
4141
},
4242
}

0 commit comments

Comments
 (0)