Skip to content

Commit b40bb95

Browse files
fix typo
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcc256c commit b40bb95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/tool/bash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before executing the command, please follow these steps:
1919
Usage notes:
2020
- The command argument is required.
2121
- You can specify an optional timeout in milliseconds. If not specified, commands will timeout after 120000ms (2 minutes). Use the `timeout` parameter to control execution time.
22-
- The `workdir` parameter specifies the working directory for the command. Defaults to the current working directory. Prefer setting `workdir` over using `cd` in your commands.
22+
- The `dir_path` parameter specifies the working directory for the command. Defaults to the current working directory. Prefer setting `dir_path` over using `cd` in your commands.
2323
- It is very helpful if you write a clear, concise description of what this command does in 5-10 words.
2424
- If the output exceeds 30000 characters, output will be truncated before being returned to you.
2525
- VERY IMPORTANT: You MUST avoid using search commands like `find` and `grep`. Instead use Grep, Glob, or Task to search. You MUST avoid read tools like `cat`, `head`, `tail`, and `ls`, and use Read and List to read files.

0 commit comments

Comments
 (0)