-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Support code completion with Tabby #4421
Comments
Hello! I'm Meng, the maintainer of Tabby. I'm thrilled that this is being considered. Currently, we have an abstraction layer known as tabby-agent, which somewhat resembles LSP but uses a customized protocol. This layer sits between editor extensions and the Tabby HTTP API. However, we are actively working on standardizing the interface, possibly leaning towards LSP. This transition will facilitate more accessible community contributions to editor extensions. If the Zed team is interested in this, Tabby team would be very eager to collaborate and improve tabby-agent / tabby for easier integration with Zed. |
Anyone working on this? 👀 |
Has anyone gotten it working to use zed? |
With this, we are getting all features of tabby in zed ? |
IF I cargo build this on linux does should it work? |
Check for existing issues
Describe the feature
Tabby is open source, self-hosted AI coding assistant.
I think Tabby can improve the coding experience of Zed. Maybe I can choose which client(Copilot, Tabby, etc.) to use.
Repo: https://github.com/TabbyML/tabby
The text was updated successfully, but these errors were encountered: