From 681fe4a95660804aa4a1a540a3d9415777d7b518 Mon Sep 17 00:00:00 2001 From: sam hoang Date: Mon, 27 Jan 2025 15:01:49 +0700 Subject: [PATCH] chore: update description for exp tool --- src/shared/experiments.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/experiments.ts b/src/shared/experiments.ts index 90805a2..962a32b 100644 --- a/src/shared/experiments.ts +++ b/src/shared/experiments.ts @@ -28,7 +28,7 @@ export const experimentConfigsMap: Record = { id: EXPERIMENT_IDS.SEARCH_AND_REPLACE, name: "Use experimental search and replace tool", description: - "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.", + "Enable the experimental search and replace tool, allowing Roo to replace multiple instances of a search term in one request.", enabled: false, }, INSERT_BLOCK: { @@ -36,7 +36,7 @@ export const experimentConfigsMap: Record = { name: "Use experimental insert block tool", description: - "Enable the experimental insert block tool. This tool allows Roo to insert code blocks into files. Can be insert multiple blocks at once.", + "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.", enabled: false, }, }