Add next edit prediction for autocomplete #7308
Replies: 7 comments 3 replies
-
I second this. Zed's edit predictions feature is such a game changer! Zeta is also an excellent completion model. |
Beta Was this translation helpful? Give feedback.
-
seems #5921 did it |
Beta Was this translation helpful? Give feedback.
-
It seems that it's not ready, is there any roadmap on this feature? @jpoly1219 |
Beta Was this translation helpful? Give feedback.
-
@pai4451 More publicly available and open weights models capable of |
Beta Was this translation helpful? Give feedback.
-
@TyDunn Thanks for the info and I'm looking forward to it! I think the best current model is Zeta, the thing is its not on ollama but I can see that changing as there are ggufs of it. Funnily you would be better than zed themselves as they don't allow self running the model (please do). |
Beta Was this translation helpful? Give feedback.
-
@TyDunn Thank you. I am really looking forward to and wish Continue can bring a smooth UI like WindSurf or Zed Editor. I know there are some limitations in the UI design for VS Code extensions, but I hope we can see a great next edit UX from Continue. |
Beta Was this translation helpful? Give feedback.
-
Any news? Last post was 2 months ago. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Validations
Problem
Hello,
I would like to request a feature. I want to use the same model as Zed does, Zeta 1, to predict next edits. I know this is different than fill-in-the-middle autocomplete, but maybe adding a different type of autocomplete or a type to the autocomplete model in the config to know which prompt to send to the model.
The model is open source and can be found on Ollama 2 and Huggingface 3
Solution
I don't really have a solution as I'm not really familiar with this codebase. But generally speaking, a new type of prompt needs to be sent and parsed to this "new" (?) type of model.
Beta Was this translation helpful? Give feedback.
All reactions