Connor Peet

Results 461 comments of Connor Peet

VS Code and many other clients allow users to change models on-the-fly, even in the same "chat session." With this proposal, if that happens, a client would need to stop...

In the current state of this PR, yes we might want to warn the user about the risk. But if there were a way to signal a change in capabilities,...

~~Maybe, though the MCP server may also want to change their prompts when the user's chat model changes.~~ It's more likely they would change the prompt results, rather than the...

Here's an idea of how dynamic capabilities could be represented: ```diff diff --git a/schema/draft/schema.ts b/schema/draft/schema.ts index c688dc3..f9d66b5 100644 --- a/schema/draft/schema.ts +++ b/schema/draft/schema.ts @@ -200,9 +200,10 @@ export interface InitializedNotification extends...

> I'm not sure I completely understand the use case there VS Code and most other clients let you change the model you're using during a chat session. Or even...

I would like this feature, it's something that I've heard some requests for in the past. Tailoring content to language models is a massive pain but I support giving MCP's...

What would this be used for, what kind of events would be sent here?

This could also be formed as server tags/keywords rather than having a strict dependence on capabilities.

Some of your issues may already be fixed on [VS Code Insiders](https://code.visualstudio.com/insiders/). If they are not, please: 1. Run "Configure Runtime Arguments" and set `"log-level": "trace"` 2. _Completely_ close VS...