VS Code Chat API - Extensibility beyond GitHub Copilot? #2595
-
I've built a VS Code chat extension integrating with GitHub Copilot Chat. However, some users want to use it with other chat solutions and LLMs. I've searched, but haven't found clear use cases or detailed documentation on using the VS Code Chat API independently of GitHub Copilot. Specifically, how can I make my extension:
Ideally, I'm looking for a solution that requires minimal changes to my existing extension. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Timilla , No, not right now. However, there is an API proposal, as commented here (microsoft/vscode#211904 (comment)), but no ETA. So I suggest you to upvote and subscribe to that issue, and maybe try out the proposed API, so you would be notified by any news. Hope this helps |
Beta Was this translation helpful? Give feedback.
Hi @Timilla ,
No, not right now.
However, there is an API proposal, as commented here (microsoft/vscode#211904 (comment)), but no ETA. So I suggest you to upvote and subscribe to that issue, and maybe try out the proposed API, so you would be notified by any news.
Hope this helps