Replies: 2 comments
-
I'd like to start outlining some more initial ideas where a Copilot chat participant can be helpful beyond a basic "AI chat bot that talks about Confluent/Kafka" via initial/system prompt:
Curious what others think about offerings here! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Some related news: extensions-public-beta with some examples here. Courtesy of @Cerchie |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Non-Goals
Background
This has been frequently asked about in offline conversations about the extension as a quality of life improvement. It especially speaks to enabling new users to get a moderate confidence pattern match to use of resources they may be seeing for the first time. The existing copilot integration into VS Code does not have specific context awareness for extension abstractions.
Proposal
Integrate with latest vscode API changes to support context injection from an extension.
Majority of configurations required are in package.json, extension.ts, and (new) chat/participant.ts
Beta Was this translation helpful? Give feedback.
All reactions