Permission modes define what kind of tools Voss may run.Documentation Index
Fetch the complete documentation index at: https://docs.tryvoss.dev/llms.txt
Use this file to discover all available pages before exploring further.
| Mode | Intended use | Mutating tools |
|---|---|---|
plan | Read-only inspection and planning | Denied |
edit | Scoped file changes | File writes allowed through scope checks; shell denied |
auto | Higher-trust execution | Allowed through lower-level safeguards |
Plan mode
Plan mode is the default forvoss, voss chat, and voss do. It is for reasoning, inspection, and architecture work.
Use plan mode when you want:
- A repo summary
- A change plan
- A risk assessment
- A pull request description
- A no-mutation investigation
Edit mode
Edit mode is the default forvoss edit. It allows reads and scoped file writes, but denies shell_run.
Use edit mode when you know which files or directories Voss should work on.