neocodeium icon indicating copy to clipboard operation
neocodeium copied to clipboard

New codeium server binaries are broken

Open monkoose opened this issue 1 year ago • 2 comments

👎 Problem

Starting from v1.14.13 opening chat will end up with E0910 08:49:31.198921 6805 interceptor.go:49] /exa.language_server_pb.LanguageServerService/AddTrackedWorkspace: file:///path/to/project/root/dir is hidden: ignore uri Seems like this isn't possible to fix from neocodeium side.

Currently the last v.1.16.1 is totally broken, so autocompletion doesn't work either. Error is E0910 08:54:27.140749 7487 interceptor.go:49] /exa.language_server_pb.LanguageServerService/GetCompletions: must set either FileAbsolutePath or CorpusRootRelPath This maybe fixable but definitely requires some exploration what is FileAbsolutePath and CorpusRootRelPath is this some new requests, or GetCompletions request expects this new values?

Meanwhile frozen on v1.14.12 for these reasons.

monkoose avatar Sep 10 '24 05:09 monkoose

This commit should help you https://github.com/Exafunction/codeium.nvim/commit/f74f999ec5b383dc7a67c0298051ec2be2b17cab

aliaksandr-trush avatar Sep 24 '24 16:09 aliaksandr-trush

Thanks.

monkoose avatar Sep 24 '24 17:09 monkoose

Thanks again. I have fixed this issues and updated codeium language server to the last version.

monkoose avatar Nov 05 '24 09:11 monkoose