Great cli @FactoryAI, some feedback
1. Tab should not select a custom command. This forces users to have to type out the entire command name before we can pass in arguments.
- since commands are actions we perform a lot this is a lot of friction.
2. --model , allow model to be passed into the start up command. ie `droid --model GPT-5`
3. --permission-mode would
2 &3 allow for a more advanced interactive mode for start up for power users.