Tools and workspace
Rho uses the current working directory as the workspace for file reads, edits, and shell commands. Start the interactive TUI or automation command from the repository or directory you want Rho to work in.
Built-in tools
Rho currently ships five compiled-in tools:
list_dir
read_file
write_file
edit_file
bashThese tools can read and modify files and run shell commands in the working directory.
File writes and diffs
File write results include a unified diff so the model and transcript can inspect what changed. This is useful in both the interactive TUI and automation mode.
Sandbox and approvals
Rho does not currently sandbox or prompt for approval before tool calls. Run Rho only in workspaces where you are comfortable allowing file changes and shell commands.
For session storage separate from the workspace, see sessions. For output-size settings, see configuration.