Custom Chat participants (formerly agents) such as @workspace #314
Replies: 3 comments
-
I think in this plugin scope it would be custom conext function I think? Even though custom selector also already can be used for same thing. I personally think the nvim-cmp "extension" system is terrible so I would def not want to go that route. For custom selector you can pass custom selection already as function, and I think for context we could do the same. |
Beta Was this translation helpful? Give feedback.
-
I think so too. Being able to specify custom contexts would fit. Something like:
Would a rename to participants be a good idea? |
Beta Was this translation helpful? Give feedback.
-
Well that was pretty easy to implement for me, but I am still dubious about why this wasn't taken in consideration given the ease of implementation; wondering if there's any gotchas |
Beta Was this translation helpful? Give feedback.
-
Are there plans to let us create custom Chat Participants (plugins) in the same vein as @buffer and @buffers? If so would it be feasible to enable them, via a similar mechanism as cmp, as a list of repositories?
Overview: https://code.visualstudio.com/api/extension-guides/chat
VSCode Presentation: https://youtu.be/7PtNKleyHNk?t=1502
Beta Was this translation helpful? Give feedback.
All reactions