From 04e4d9e44e803d48e9bc15eec2f995b04ec1952e Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 24 Jul 2026 17:24:24 -0700 Subject: [PATCH] Feat: Upgrade Claude web search tool to 20260318 Co-authored-by: gemini-3.6-flash --- providers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers.js b/providers.js index 2d1cfaf..e3da5ed 100644 --- a/providers.js +++ b/providers.js @@ -189,7 +189,7 @@ export async function streamClaude({ apiKey, body, signal, onDelta, isRunning }) if (online) { payload.tools = [ ...(payload.tools || []), - { type: 'web_search_20250305', name: 'web_search' }, + { type: 'web_search_20260318', name: 'web_search', allowed_callers: ['direct'] }, ] }