Currently, when we open /settings in Factory CLI (droid), it shows “Reasoning level: Reasoning disabled”, which means the CLI treats the models as if they don’t support reasoning, even though they actually do.
The issue with this is that Factory CLI won’t display reasoning tokens if it can’t determine whether the model supports reasoning.
A more flexible approach would be for VibeProxy to expose the reasoning effort level and allow the client to specify it, instead of relying on separate pseudo-model names.
This way, we could use Factory’s existing reasoning effort settings without having to switch models, and the model’s thoughts would also be displayed.
Would it be possible for you to implement this? It would make this excellent tool even more useful.