rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)

This commit is contained in:
Olcan
2025-06-09 08:57:30 -07:00
committed by GitHub
parent c55a1d9012
commit 87474e52d7
11 changed files with 70 additions and 70 deletions

View File

@@ -59,7 +59,7 @@ This guide provides solutions to common issues and debugging tips.
- **Tool Issues:**
- If a specific tool is failing, try to isolate the issue by running the simplest possible version of the command or operation the tool performs.
- For `execute_bash_command`, ensure the command works directly in your shell first.
- For `run_shell_command`, ensure the command works directly in your shell first.
- For file system tools, double-check paths and permissions.
- **Pre-flight Checks:**