Skip to content

Commit 10407bb

Browse files
committed
fix: remove search from expected tools since rg install not gauranteed
1 parent 06c1133 commit 10407bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/cli/src/stream/streamChatResponse.getAllTools.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ describe("getRequestTools - Tool Filtering", () => {
4747
// Read-only tools should still be available
4848
expect(toolNames).toContain("Read");
4949
expect(toolNames).toContain("List");
50-
expect(toolNames).toContain("Search");
5150
expect(toolNames).toContain("Fetch");
5251
expect(toolNames).toContain("Checklist");
5352

@@ -130,7 +129,6 @@ describe("getRequestTools - Tool Filtering", () => {
130129
expect(toolNames).toContain("Bash");
131130
expect(toolNames).toContain("Write");
132131
expect(toolNames).toContain("List");
133-
expect(toolNames).toContain("Search");
134132
});
135133

136134
test("plan mode should override allow flags (regression test for GitHub Actions issue)", async () => {
@@ -158,6 +156,5 @@ describe("getRequestTools - Tool Filtering", () => {
158156
// Read-only tools should be available
159157
expect(toolNames).toContain("Read");
160158
expect(toolNames).toContain("List");
161-
expect(toolNames).toContain("Search");
162159
});
163160
});

0 commit comments

Comments
 (0)