Continue switches to first model when force reloading window in VSC
Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the Continue Discord for questions
- [X] I'm not able to find an open issue that reports the same bug
- [X] I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: MacOS 14.6.1
- Continue: v0.9.211
- IDE: Visual Studio Code
Description
When force reloading the window (e.g. to refresh index) in VSC - the model reverts back to the first model in the config.json. At least, it looks like that in the output screen of VSC.
To reproduce
- Select another model (in my case o1-mini) that is not the first in the config.json
- Force reload using CMD Shift P
- Re-run (in my case codebase) prompt - it reverts to first model
Log output
No response
Hi @moesmufti , this isn't the behavior I'm experiencing. When I select the last model from the model dropdown and then refresh, that model is still my default.
Could you clarify what you mean by "the output screen of VSC"?
Hi @Patrick-Erichsen, the output screen I'm referring to is the tab next to terminal. See image below:
There, when I do a reload - even though the default model stays the same as you demonstrated - in the output tab of VSC I see a different model. Only after switching back and forth, it will return to the model I had selected before.
I hope that makes more sense?
It seems that it has been fixed by now, thanks anyway!