-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust selection options in VS Code extension to make "Copilot Plugin" more prominent #5109
Comments
@maisarissi I'm a bit surprised by this request. Historically, we made a point to have parity between the CLI and the vscode extension capabilities so we don´t end up locking people out. |
@baywet for the deeplink integration, for sure, we shouldn't ask the question. But I also believe that even for one coming to Kiota VS Code extension to create a new plugin, because Copilot won't work properly with OpenAI, we might want just to generate the API Plugin. |
I understand that Copilot can't ingest OpenAI plugins definitions today (probably ever). What's surprising to me here is this issue appears to request removing the ability to generate OpenAI plugins from the extension all together? Creating inconsistencies with the CLI experience. Right now we have the following questions when you click on generate:
Let's start with the fact that a "manifest" is also a plugin in the CLI and the difference here is odd at best, which I pointed multiple times over. Now, I understand you'd like to have Copilot plugins generation being one of the most obvious choices instead of having it buried somewhere. What do you think about this instead. We'd ask the following questions when you click on generate (Copilot flow):
And the following questions when you click generate (manifest/OpenAI flow):
This way we achieve:
|
Hmm, I think we could have something like this. I'm not just sure about the "API Plugin" name, because this is used to refer to "Copilot Plugins" and may cause some confusion. Thoughts on how we can call these other things? cc: @sebastienlevert this might also align with other investment like connectors/power platform. But yes, I think we can have the flow like the following:
For
For
What we think about that? |
I believe words are missing in your last paragraph? |
I've updated the comment 😄 |
Thanks for updating it. Yes I think we're on the same page at this point. |
@maisarissi Do we have a name for "TBD"? |
How about "Other". That will give us room for things like documentation, breaking change model, or whatever else we dream up. |
Because OpenAI retired plugins, we can probably remove the option all together. |
I think I can live with "Other" for now and would support http file creation, md documentation, API manifest, etc. |
I'm good with |
@maisarissi @petrhollayms @baywet Can you confirm that this is the expected flow of questions and options? Once confirmed we can have this summary in the Acceptance Criteria.
|
Thanks for taking the time to describe this like that. It helps! |
Thanks for the visuals, it's exactly what we had in mind! Thanks! |
Yes @thewahome, this is the desired outcome. Thanks for making sure we are all on the same page here. |
@sebastienlevert in the Acceptance criteria, I have added an asterix next to the question title. It indicates the text that needs to be confirmed or changed so that it can align with the new order. These need to be clear before handing over to the translators. Can I get the updated text in the AC itself? |
For some reason I can't edit the initial issue. Almost all the values in the AC are good (including the ones with asterix). I'd just ask if we can capitalize the first letter of each copy. For example : "Manifest name" The only change would be that "Others" would become "Other" singluar. Thanks! |
Hey @sebastienlevert
I think we need a new generic title for these two to cater for both choices. |
For OpenAI plugins, we should always create ai-plugin.json (which is the standard). So it means we should not give the option and skip this question. For an OpenAI plugin, it would be Create a new OpenAI plugin - Output directory. So here would be the final.
|
Just checking in here @sebastienlevert, did we not stop generating OpenAI plugins as the service does not require them anymore? see ref #5227. Would this be a good opportunity to clear that up from the UI? Or would we want to bring them back? |
Changes:On hitting Generate, these are the options provided.
A quick video is available here |
The Copilot Plugin option shall become more prominent in the selection wizard in VS Code extension.
Expected
The selection options and flow shall be as described in the comment below #5109
Acceptance Criteria
The text was updated successfully, but these errors were encountered: