docs: prefer relative paths in tool documentation and system prompt

This commit is contained in:
Aishanee Shah
2026-02-26 20:26:08 +00:00
parent f593928cd6
commit 69028570ed
3 changed files with 20 additions and 13 deletions
+4 -2
View File
@@ -14,8 +14,10 @@ platforms, they execute with `bash -c`.
- `command` (string, required): The exact shell command to execute.
- `description` (string, optional): A brief description shown to the user for
confirmation.
- `dir_path` (string, optional): The absolute path or relative path from
workspace root where the command runs.
- `dir_path` (string, optional): The path of the directory to run the command in
(relative to workspace root preferred). If not provided, the project root
directory is used. Must be a directory within the workspace and must already
exist.
- `is_background` (boolean, optional): Whether to move the process to the
background immediately after starting.