fix: enable web tools in planning interviews
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
@@ -6,6 +6,8 @@ export const READONLY_ALLOWLIST = [
|
||||
"grep",
|
||||
"find",
|
||||
"ls",
|
||||
"WebSearch",
|
||||
"WebFetch",
|
||||
"fn_web_fetch",
|
||||
"fn_task_show",
|
||||
"fn_task_list",
|
||||
|
||||
Reference in New Issue
Block a user