diff --git a/packages/opencode/src/tool/ls.txt b/packages/opencode/src/tool/ls.txt index 90e489e8..543720d4 100644 --- a/packages/opencode/src/tool/ls.txt +++ b/packages/opencode/src/tool/ls.txt @@ -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.