OASF Extention for "chat modes" like in VSCode #241
Replies: 2 comments 7 replies
-
|
Maybe creating an OASF record including those extentions is enough ? :
I'm missing the "list of tools" part though. |
Beta Was this translation helpful? Give feedback.
-
|
@ramizpolic, @muscariello: Thank you for taking time to answer my questions. I totally got your points, and I totally agree, hence my first remark:
My first try was with a record containing 2 extentions: So, it becomes like duck-typing, "if it's a If that's how OASF is meant to be used, then I'm good with that. Now that this is decided I have a new concern. What if ANOTHER record, totally unrelated to VSCode GH copilot Chat mode, contains those two extensions ? I may incorrectly use it in the vscode extention. So, how can I be sure it is originally meant for vscode ? Should I use the annotations field ? Something like Now for the tools_list, (It's a list of strings). It's either part of a new extention, or part of an already existing one. So @ramizpolic is proposing in #241 (reply in thread) to either:
(1) is what I drafted, with a too specific name, that I can generalize, with a new name and with more generic descriptions @muscariello: I don't understand when you say that what I drafted "does not leverage existing records". It uses 2 existing records:
So, if I understand correctly, @ramizpolic would prefer a new extension (a more generic one than the one I drafted), and @muscariello is more going toward NOT creating a new extension but having a record with a set of already existing extensions. Thanks again for your time. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
VSCode supports Chat Modes (https://code.visualstudio.com/docs/copilot/chat/chat-modes).
It's a combination of:
As there is already an OASF MCP extension that is also used to import MCP servers configuration into VSCode, is there an current work regarding creating a "Chat Mode" OASF extension ?
Maybe there is already an OASF extension which convey such a concept ? Or maybe a combination of already existing OASF extensions can achieve that ?
Can you give a little bit of guidance about how I could implement that ?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions