TUI tool for managing Factory droid model configurations
npm install droid-model-tunerA TUI (Terminal User Interface) tool for managing Factory droid/subagent model configurations. Built with Ink (React for CLIs).
- View all your Factory droids and their current model assignments
- Change models for individual droids or all at once
- Reasoning effort picker that only shows valid levels for the selected model (plus “use model default”)
- Supports official Factory models + your custom BYOK models
- Visual indicators for unsaved changes
- Vim-style navigation (j/k keys)
``bash`
npx droid-model-tuner
`bash`
npm install -g droid-model-tuner
`bash`
droid-model-tuner
| Key | Action |
|-----|--------|
| j / ↓ | Move down |k
| / ↑ | Move up |Enter
| | Edit selected droid's model |a
| | Set ALL droids to a model |i
| | Set ALL droids to "inherit" (clears reasoningEffort) |s
| | Save changes |r
| | Reload from disk |q
| | Quit |
The tool reads droid configurations from:
- Personal droids: ~/.factory/droids/*.md
It also reads your BYOK custom models from ~/.factory/settings.json (customModels`) to include them in the model picker.
MIT