akosyakov / myprompts

VS Code Extension to manage custom prompts
MIT License
3 stars 0 forks source link

Feature Request: Integrate with Conversation tab #2

Open Djiit opened 1 day ago

Djiit commented 1 day ago

Hey there,

Great extension! A nice addition would be to be able to call it from the Conversation (Chat) tab. e.g. @myprompts "Convert from JS to TS"

A good example is here: https://github.com/microsoft/vscode-extension-samples/tree/main/chat-sample

akosyakov commented 1 day ago

@Djiit Would you like it behave like from a shortcut or print proposed changes in the chat?

Djiit commented 3 hours ago

Mostly print proposed changes in the chat. As an illustration, in this screenshot I'm invoking a saved prompt and the agent is responding in the chat. The code is untouched, only the conversation is ongoing.

image

(yeah, I was developing this kind of extension too, but happy to use yours, seems more advanced ;) )