Accessing settings
To configure droid settings:- Run
droid
- Enter
/settings
- Adjust your preferences interactively
Where settings live
OS | Location |
---|---|
macOS / Linux | ~/.factory/settings.json |
Windows | %USERPROFILE%\.factory\settings.json |
Available settings
Setting | Options | Default | Description |
---|---|---|---|
model | sonnet , opus , GPT-5 | sonnet | The AI model used by droid |
diffMode | github , diff | github | How code changes are displayed |
persistToCloud | true , false | false | Sync CLI sessions to Factory web UI |
Model
Choose the AI model that powers your droid:sonnet
- Balanced performance and speed (recommended)opus
- Most capable model for complex tasksGPT-5
- Latest OpenAI model
Diff mode
Control how droid displays code changes:github
- Side-by-side, higher quality render (recommended)diff
- Traditional git diff format
Persist to cloud
When enabled, syncs your CLI sessions to your Factory web sessions so you can view them in the web UI:true
- CLI sessions appear in Factory web interfacefalse
- CLI sessions remain local only