fix: enable web tools in planning interviews

This commit is contained in:
gsxdsm
2026-05-15 09:08:05 -07:00
parent f990b93a86
commit d197938967
4 changed files with 8 additions and 2 deletions

View File

@@ -1300,9 +1300,9 @@ describe("createFnAgent", () => {
"grep",
"find",
"ls",
"WebSearch",
"WebFetch",
]));
expect(createSessionArgs.tools).not.toContain("WebSearch");
expect(createSessionArgs.tools).not.toContain("WebFetch");
});
it("keeps caller customTools in coding sessions", async () => {

View File

@@ -6,6 +6,8 @@ export const READONLY_ALLOWLIST = [
"grep",
"find",
"ls",
"WebSearch",
"WebFetch",
"fn_web_fetch",
"fn_task_show",
"fn_task_list",