zed icon indicating copy to clipboard operation
zed copied to clipboard

Support code completion with Tabby

Open MrHeer opened this issue 2 years ago • 6 comments
trafficstars

Check for existing issues

  • [X] Completed

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

MrHeer avatar Oct 15 '23 16:10 MrHeer

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.

wsxiaoys avatar Oct 17 '23 06:10 wsxiaoys

Anyone working on this? 👀

katopz avatar Jan 25 '24 15:01 katopz

Has anyone gotten it working to use zed?

parkers0405 avatar Apr 11 '24 06:04 parkers0405

@parkers0405 My packaging: https://github.com/d1y/tabby-agent-zed image

d1y avatar May 04 '24 10:05 d1y

@parkers0405 My packaging: https://github.com/d1y/tabby-agent-zed image

With this, we are getting all features of tabby in zed ?

akashicMarga avatar May 11 '24 08:05 akashicMarga

@parkers0405 My packaging: https://github.com/d1y/tabby-agent-zed image

IF I cargo build this on linux does should it work?

l4b4r4b4b4 avatar Sep 22 '24 20:09 l4b4r4b4b4