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.
voss is not found
Install the CLI package:
pip install voss is the direct Python package path. For Voss development, use pip install -e ".[dev]" from a source checkout.
Provider or model setup fails
Run diagnostics:The agent will not edit a file
Check the current mode and scope.planmode denies mutating tools.editmode only allows scoped file writes.shell_runis denied in edit mode.
voss edit <path> for bounded edits, or explicitly approve scope expansion when Voss asks.