From 87474e52d7e0f3abcaf74272b11c7b9244d98af5 Mon Sep 17 00:00:00 2001 From: Olcan Date: Mon, 9 Jun 2025 08:57:30 -0700 Subject: rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869) --- packages/core/src/tools/shell.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/core/src/tools') diff --git a/packages/core/src/tools/shell.ts b/packages/core/src/tools/shell.ts index fea276ad..e1cde43b 100644 --- a/packages/core/src/tools/shell.ts +++ b/packages/core/src/tools/shell.ts @@ -30,7 +30,7 @@ import { spawn } from 'child_process'; const OUTPUT_UPDATE_INTERVAL_MS = 1000; export class ShellTool extends BaseTool { - static Name: string = 'execute_bash_command'; + static Name: string = 'run_shell_command'; private whitelist: Set = new Set(); constructor(private readonly config: Config) { -- cgit v1.2.3