Skip to main content

voss is not found

Install the CLI package:
Then verify:
If you manage Python yourself, 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:
Then inspect config:

The agent will not edit a file

Check the current mode and scope.
  • plan mode denies mutating tools.
  • edit mode only allows scoped file writes.
  • shell_run is denied in edit mode.
Use voss edit <path> for bounded edits, or explicitly approve scope expansion when Voss asks.

A .voss file does not run

Check it first:
Then run:

Docs commands fail

Install the Mintlify CLI globally:
Run docs commands from the site package: