Skip to main content
Voss keeps harness configuration narrow in v0.1. The most important setting is the preferred model.

Show or edit config

The default config path is:

Recall and context options

Code recall injection can be disabled when you want the harness to skip the automatic recall section:
Context packing can also be disabled globally, or per run with voss do --no-pack:

Switch model in a session

Inside the REPL:
The selected model can be persisted to config.

Login flow

Use provider CLIs first, then tell Voss which auth source to prefer when needed:
Inside the REPL, /login shows local auth status and refreshes existing credentials when possible.

Provider safety

Session persistence must not store provider credentials. Credentials should remain in provider-specific auth storage or environment configuration.
Run voss doctor after changing provider or model settings.