mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: adjust list tool prompt to handle cwd better (#3115)
This commit is contained in:
parent
de13ccb757
commit
fd70b9b057
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Lists files and directories in a given path. The path parameter must be an absolute path, not a relative path. You can optionally provide an array of glob patterns to ignore with the ignore parameter. You should generally prefer the Glob and Grep tools, if you know which directories to search.
|
||||
Lists files and directories in a given path. The path parameter must be absolute; omit it to use the current workspace directory. You can optionally provide an array of glob patterns to ignore with the ignore parameter. You should generally prefer the Glob and Grep tools, if you know which directories to search.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue