Comment on Show HN: Magenta.nvim – AI coding plugin for Neovim focused on tool useparentComments−anonymidOP1yThe interface for a provider does abstract over this, so you could implement it in the way that most other plugins do by rolling your own prompts and parsing: https://github.com/dlants/magenta.nvim/blob/main/node/provid...But yeah... it probably would take substantially more effort and be more brittle than having the model providers do it for you.I'm happy to accept PRs if folks want to go for it :)
Comments
The interface for a provider does abstract over this, so you could implement it in the way that most other plugins do by rolling your own prompts and parsing: https://github.com/dlants/magenta.nvim/blob/main/node/provid...
But yeah... it probably would take substantially more effort and be more brittle than having the model providers do it for you.
I'm happy to accept PRs if folks want to go for it :)