Description
Validations
- I believe this is a way to improve. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that requests the same enhancement
Problem
Qwen3, like Claude, supports enabling or disabling the thinking mode at any time, and it is a model that can be deployed locally via Ollama. However, continue still has not provided a convenient option to enable or disable thinking at any time. Users still need to manually input /nothink
to control the model, which is very inconvenient. It is hoped that continue will provide a convenient switch to control the model's thinking mode when calling Ollama for local execution.
In addition, I want to configure qwen3 as an autocomplete model, but the current continue's autocomplete does not filter the <think>
tag. Even when the thinking mode is turned off, ollama will return an empty <think>
tag, and continue will include them in the response, filling them into the code, making autocomplete unavailable.
This issue also appears in the problem of automatically generating titles.
Solution
In summary, three issues are reflected here:
- A quick toggle switch for switching models provided by ollama is needed.
- The switchable model is currently not properly configured as an autocomplete model.
- The current model cannot generate the title and abstract correctly.
Metadata
Metadata
Assignees
Type
Projects
Status