Skip to content

fix(chat): send model id required by copilot-language-server v1.520+ - #303

Merged
jfcherng merged 1 commit into
masterfrom
fix/model-id
Jul 16, 2026
Merged

fix(chat): send model id required by copilot-language-server v1.520+#303
jfcherng merged 1 commit into
masterfrom
fix/model-id

Conversation

@jfcherng

@jfcherng jfcherng commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Server v1.520.0 now rejects conversation/create and conversation/turn without a model id (modelInfo.id or deprecated model field), breaking all chat panel requests. Add a quick panel to pick a chat-scoped model (defaulting to the account's isChatDefault model) when starting a conversation, persist the choice per window, and thread it through every subsequent turn.

Also ignore .codegraph/ in .gitignore.

Fixes #302

Server v1.520.0 now rejects conversation/create and conversation/turn
without a model id (modelInfo.id or deprecated model field), breaking
all chat panel requests. Add a quick panel to pick a chat-scoped model
(defaulting to the account's isChatDefault model) when starting a
conversation, persist the choice per window, and thread it through
every subsequent turn.

Also ignore .codegraph/ in .gitignore.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
@jfcherng
jfcherng merged commit 6dc46e4 into master Jul 16, 2026
@jfcherng
jfcherng deleted the fix/model-id branch July 16, 2026 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chat panel stopped working, probably due to API change?

1 participant