Skip to content

New Chat Pane does not inherit model selection from existing pane #2794

@tanzhenxin

Description

@tanzhenxin

What happened?

In the VSCode extension, when I switch the model in an existing chat pane (e.g., to glm-5) and then create a new chat pane, the new pane does not use the same model. Instead, it defaults back to the default model (e.g., qwen3.5-plus).

What did you expect to happen?

When creating a new chat pane, it should inherit the model selection from the existing/active chat pane, so that I can continue using the same model without having to manually switch it again.

Client information

Client Information

Run qwen to enter the interactive CLI, then run the /about command.

$ qwen /about
# paste output here

Login information

API Config

Anything else we need to know?

This makes it inconvenient when working with non-default models, as every new chat pane requires manually switching the model again. The expected behavior would be for the model selection to persist across new chat panes within the same VSCode session.

Metadata

Metadata

Assignees

Labels

status/needs-triageIssue needs to be triaged and labeledtype/bugSomething isn't working as expected

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions