Describe the bug
I hope changing the model won’t break Copilot on the next launch. Currently, it exits with code 1.
Affected version
GitHub Copilot CLI 1.0.18.
Steps to reproduce the behavior
- Run
copilot
- Enter
hi
- exit copilot
- change to another model by edit
~/.copilot/config.json or change model in the copilot.
- Run
copilot again.
- You can't enter any prompt.
Expected behavior
I expected Copilot CLI should handle everything for me. It should load context from the last session even using different model.
Additional context
No response