You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users can only change the model in GitHub Copilot CLI by setting the COPILOT_MODEL environment variable before starting the CLI, which requires restarting the application for changes to take effect. This limits flexibility, especially during interactive sessions where switching models on the fly could be useful for testing or adapting to different tasks. Implementing a command or option to dynamically switch models (e.g., via a CLI flag like --model gpt-5 or an interactive command) would enhance usability without consuming additional premium requests. This feature would align with the existing quota system and improve the overall developer experience by allowing seamless model adjustments mid-session.
Michspirit99, steveoleary, PatientPython, mengdehong, sanand0 and 4 more