Install Droid CLI
- macOS / Linux
- Windows
Authenticate with Factory AI
To use Droid in Vibe Kanban, you must first authenticate:For detailed authentication instructions, see the Factory AI documentation.
- Run
droidto launch the interactive CLI - Use the
/logincommand within Droid to authenticate
Configuration Options
Droid supports several configuration options in Vibe Kanban:-
Autonomy Level: Controls permission level for file and system operations
normal: Read-only mode – safe for reviewing planned changes without executionlow: Basic file creation/editing while blocking system changesmedium: Development operations with recoverable side effectshigh: Production operations with security implications or major side effectsskip-permissions-unsafe: Bypasses all permission checks (use only in isolated environments) (default)
- Model: Specify which model to use
-
Reasoning Effort: Control the reasoning depth
off: Minimal reasoninglow: Light reasoningmedium: Balanced reasoninghigh: Deep reasoning for complex tasks