continue icon indicating copy to clipboard operation
continue copied to clipboard

BUG: Autodetect title does not handle models with `<think>` like qwen3

Open aarononeal opened this issue 5 months ago • 2 comments

Before submitting your bug report

Relevant environment info

- OS: macOS
- Continue version: pre-release
- IDE version: 1.100.1
- Model: qwen3:30b

Description

All titles in the chat history show up as: <think>Okay, the user wants ...

I suppose the auto title code hasn't been updated to handle models that begin with a <think> block? So either split out or append /no_think to the prompt.

To reproduce

  1. Use a think-based model like qwen3.
  2. Start a chat.
  3. Check the history and see the unhelpful title.

Log output


aarononeal avatar May 15 '25 19:05 aarononeal