summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJinhyeok Lee <[email protected]>2025-12-11 10:37:38 +0900
committerGitHub <[email protected]>2025-12-10 19:37:38 -0600
commit01fd0d820955cc5d0f4c303b192204540d1fe311 (patch)
tree6e97d6ef391200067cc09631c5dcfd41529efa33
parentdf55ad89abbb6e03ae2d5bc2c871bff82aa6c8ba (diff)
downloadopencode-01fd0d820955cc5d0f4c303b192204540d1fe311.tar.gz
opencode-01fd0d820955cc5d0f4c303b192204540d1fe311.zip
docs(bash): clarify description parameter is required (#5353)
-rw-r--r--packages/opencode/src/tool/bash.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/opencode/src/tool/bash.txt b/packages/opencode/src/tool/bash.txt
index 2773d3b85..8eadc500b 100644
--- a/packages/opencode/src/tool/bash.txt
+++ b/packages/opencode/src/tool/bash.txt
@@ -20,8 +20,7 @@ Usage notes:
- The command argument is required.
- You can specify an optional timeout in milliseconds (up to 600000ms / 10 minutes).
If not specified, commands will timeout after 120000ms (2 minutes).
- - It is very helpful if you write a clear, concise description of what this command
- does in 5-10 words.
+ - 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,