set_cwd
Change the global working directory for bash commands by specifying an absolute path. Ensures subsequent shell commands execute from the desired folder.
Instructions
Set the global working directory for bash commands.
Args:
path: The absolute path to use as the new working directory.
Returns:
A confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |