Run shell commands directly from the CLI without leaving your conversation
$SHELL
) with the CLI’s working directory and environment. Chain commands to run in other directories:
cd <dir> && ...
to run commands in other directories.
cd <dir> && ...
since changes don’t persist$SHELL
variableDoes `cd` persist across runs?
cd <dir> && ...
to run commands in different directories.Can I change the timeout?
Where are permissions configured?
How do I exit Shell Mode?