File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
apps/vscode-e2e/src/suite/tools Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -235,8 +235,6 @@ suite("Roo Code read_file Tool", function () {
235235 // Check that no errors occurred
236236 assert . strictEqual ( errorOccurred , null , "No errors should have occurred" )
237237
238- // Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
239-
240238 // Also verify the AI mentioned the content in its response
241239 const hasContent = messages . some (
242240 ( m ) =>
@@ -335,8 +333,6 @@ suite("Roo Code read_file Tool", function () {
335333 // Verify the read_file tool was executed
336334 assert . ok ( toolExecuted , "The read_file tool should have been executed" )
337335
338- // Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
339-
340336 // Also verify the AI mentioned the correct number of lines
341337 const hasLineCount = messages . some (
342338 ( m ) =>
@@ -433,8 +429,6 @@ suite("Roo Code read_file Tool", function () {
433429 // Verify tool was executed
434430 assert . ok ( toolExecuted , "The read_file tool should have been executed" )
435431
436- // Note: read_file tool result content is redacted from clineMessages; verify via AI response instead.
437-
438432 // Also verify the AI mentioned the specific lines
439433 const hasLines = messages . some (
440434 ( m ) =>
You can’t perform that action at this time.
0 commit comments