diff options
| author | Sachnun <[email protected]> | 2025-12-17 21:59:42 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-17 08:59:42 -0600 |
| commit | 751899eeecd441b432e5945fddfc747f768af9b9 (patch) | |
| tree | a1ed32591c2d9a9acafb29e42b19cf76a1a417bd | |
| parent | f8df1d318556dbe1811e03fb9bdad89da5dde271 (diff) | |
| download | opencode-751899eeecd441b432e5945fddfc747f768af9b9.tar.gz opencode-751899eeecd441b432e5945fddfc747f768af9b9.zip | |
fix: remove unsupported parameter from bash tool description (#5676)
| -rw-r--r-- | packages/opencode/src/tool/bash.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/opencode/src/tool/bash.txt b/packages/opencode/src/tool/bash.txt index eff52b1d3..c14b6d75b 100644 --- a/packages/opencode/src/tool/bash.txt +++ b/packages/opencode/src/tool/bash.txt @@ -25,11 +25,6 @@ Usage notes: - The description argument is required. You must write a clear, concise description of what this command does in 5-10 words. - If the output exceeds 30000 characters, output will be truncated before being returned to you. - - You can use the `run_in_background` parameter to run the command in the background, - which allows you to continue working while the command runs. You can monitor the output - using the Bash tool as it becomes available. You do not need to use '&' at the end of - the command when using this parameter. - - Avoid using Bash with the `find`, `grep`, `cat`, `head`, `tail`, `sed`, `awk`, or `echo` commands, unless explicitly instructed or when these commands are truly necessary for the task. Instead, always prefer using the dedicated tools for these commands: |
