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
18.93k stars 1.61k forks source link

Regenerate button missing in VSCode since v0.8.53 #2649

Open prashantraina opened 2 weeks ago

prashantraina commented 2 weeks ago

Before submitting your bug report

Relevant environment info

- OS: Linux (Manjaro)
- Continue version: v0.8.53, 0.8.54 and pre-release
- IDE version: VS Code 1.92.2
- Model: local Ollama (any model)

Description

Since v0.8.53, the "regenerate" button is missing after getting a response from the LLM in the chat pane (Ctrl + L). I only see buttons for copy, thumbs up and thumbs down. Before v0.8.53, there was also a "regenerate" button.
The regenerate button was extremely useful for local LLMs, which often give wrong responses the first couple of times.
My main use case is that I'm using a custom slash command to reformat code in a specfic way, so I have to keep regenerating until I get a response which is valid. Please restore the regenerate button, otherwise I have to remain on v0.8.52 !

To reproduce

  1. Ctrl + L to get the chat pane.
  2. Give a prompt, press enter.
  3. The agent responds. Below the response, there are buttons for copying, thumbs up and thumbs down. But since v0.8.53, there is no longer an additional button for regenerating the response.

v0.8.52:

image

v0.8.53 and 0.8.54 (latest):

image

Log output

No response

Patrick-Erichsen commented 2 weeks ago

Thanks for the feedback here @prashantraina , we've had a few other users request that we add this back too. The reason we removed it is that we felt that section of buttons was getting a bit crowded.

I'm curious, did you know that you can resubmit the prompt just by hitting "enter" again from the original message?

That was the other reason we removed it, i.e. you can accomplish a "regeneration" without the button.

prashantraina commented 2 weeks ago

Oh, I had no idea you could do that. Thanks for letting me know.