From 72ced34665674814cfbf8fc07c57549a2c888c51 Mon Sep 17 00:00:00 2001 From: Alessandro Pignotti Date: Mon, 3 Mar 2025 16:18:41 +0100 Subject: [PATCH] Claude: Bump bash tool version of Claude 3.7 --- src/lib/anthropic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/anthropic.js b/src/lib/anthropic.js index e3be3b3..38e44ac 100644 --- a/src/lib/anthropic.js +++ b/src/lib/anthropic.js @@ -37,7 +37,7 @@ async function sendMessages(handleTool) try { var dc = get(displayConfig); - var tool = dc ? { type: "computer_20250124", name: "computer", display_width_px: dc.width, display_height_px: dc.height, display_number: 1 } : { type: "bash_20241022", name: "bash" } + var tool = dc ? { type: "computer_20250124", name: "computer", display_width_px: dc.width, display_height_px: dc.height, display_number: 1 } : { type: "bash_20250124", name: "bash" } const response = await client.beta.messages.create({max_tokens: 1024, messages: messages, system: "You are running on a virtualized machine. Wait some extra time after all operations to compensate for slowdown.",