diff options
| author | Olcan <[email protected]> | 2025-06-09 08:57:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-09 08:57:30 -0700 |
| commit | 87474e52d7e0f3abcaf74272b11c7b9244d98af5 (patch) | |
| tree | e8ead2ce030823fda16af21a3deafe17c7116afa /docs/core | |
| parent | c55a1d90120ff8b567e9059466819c4920dc560e (diff) | |
rename shell tool more intuitively as run_shell_command (from historical name of execute_bash_command inherited from terminal tool) (#869)
Diffstat (limited to 'docs/core')
| -rw-r--r-- | docs/core/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/core/index.md b/docs/core/index.md index da7e8c3c..7811633c 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -47,7 +47,7 @@ The CLI and Core typically communicate over a local interface (e.g., standard in The core plays a vital role in security: - **API Key Management:** It handles the `GEMINI_API_KEY` and ensures it is used securely when communicating with the Gemini API. -- **Tool Execution:** When tools interact with the local system (e.g., `execute_bash_command`), the core (and its underlying tool implementations) must do so with appropriate caution, often involving sandboxing mechanisms to prevent unintended side effects. +- **Tool Execution:** When tools interact with the local system (e.g., `run_shell_command`), the core (and its underlying tool implementations) must do so with appropriate caution, often involving sandboxing mechanisms to prevent unintended side effects. ## Chat History Compression |
