continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

Experimental release lost model selection list #2400

Closed surak closed 1 month ago

surak commented 1 month ago

Before submitting your bug report

Relevant environment info

- OS: Mac
- Continue:today's experimental
- IDE:vscode
- Model:none
- Config:

  "models": [
    {
      "model": "AUTODETECT",
      "title": "Blablador",
      "apiKey": "glpat-blabla",
      "apiBase": "https://helmholtz-blablador.fz-juelich.de:8000/v1",
      "provider": "openai"
    },


### Description

There was a model list for the multiple models on my openai-compatible server. This selection list is gone.

### To reproduce

-do a new session
- the model list is gone
- 

### Log output

_No response_
sestinj commented 1 month ago

@surak Is this the dropdown that you are referencing?

Screenshot 2024-09-26 at 8 28 49 AM
surak commented 1 month ago

Exactly. It went missing in the latest experimental update. Reverting to the production release brought it back.

surak commented 1 month ago

Is it known? Is it desired to remove the list? Do I close this, what do I do? :-)

sestinj commented 1 month ago

@surak I think what happened is that it's just disappearing when the sidebar is too narrow—we recently did a lot of work to make the UI more responsive. Let me know if this is the case. We'd then probably want to change which buttons disappear first for users with extremely narrow sidebars

surak commented 1 month ago

Damn, you are right! It disappears when using the laptop screen, which is smaller and makes continue smaller.

Yes, it's exactly that and it's a very strange design decision. I would not know where to look for it, it's unexpected and inconsistent. But now I know. Thanks!

Patrick-Erichsen commented 1 month ago

@surak thanks for the feedback here! Updated so that the model selector is always visible: https://github.com/continuedev/continue/pull/2431

surak commented 1 month ago

Great, thanks!