[Feat]: add support for Windsurf #1260
Replies: 4 comments 2 replies
-
You mean like an adapter? |
Beta Was this translation helpful? Give feedback.
-
Edited: Yes, that's what I had in mind. But I'm not even sure whether that's possible, i.e., I'm not sure if Windsurf exposes an API for which an adapter could be created. Windsurf.vim (and a Neovim clone neocodeium) use a local language server, but I haven't really studied the plugins' code in great depth. |
Beta Was this translation helpful? Give feedback.
-
Pretty sure Windsurf don't expose their API but I would be very keen to hear any cool stuff or ideas they're implementing. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I don't have any experience with the Windsurf editor - I've just used occasionally the windsurf plugin for vim, which supports:
I think one interesting thing the Windsurf editor claims to be able to do is awareness of user actions (e.g., the user writes a docstring for one method/test and then prompts what they call the "Cascade" (a kind of chat with agentic functionality) to "continue with what I did with other methods/tests". But maybe that's what codecompanion.nvim could already do as well. I know that in codecompanion I can already use the GPT and Claude models directly, but the reason I'd like to have Windsurf supported in codecompanion is the enterprise subscription I mentioned in my original post. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I've used CodeCompanion a little bit with a local installation of Ollama, but it's performance was rather bad. Now my employer is providing me with access to Windsurf which looks much more promising, but it's not supported by CodeCompanion. Are there any plans to add support for Windsurf?
They have their own Vim plugin, but it only supports autocomplete. Chat can be opened in a browser, but who would like to leave Neovim if they don't have to, right?
Beta Was this translation helpful? Give feedback.
All reactions