diff --git a/data/data.yaml b/data/data.yaml index 0efca97..81f1698 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -79,7 +79,7 @@ extensions: notes: "Edit selection using custom prompts" - name: "uniteai" - editor: ["VSCode", "emacs", "lsp"] + editor: ["VSCode", "emacs", "lsp"] released: "2023-8-27" link: "https://github.com/freckletonj/uniteai" @@ -132,6 +132,12 @@ tools: notes: "Full self-hostable code completion, chat and training service, complete with VSCode extension." link: "https://github.com/smallcloudai/refact" + - name: "LocalCompletion" + editor: ["VSCode"] + released: "2023-11-15" + link: "https://github.com/lufixSch/LocalCompletion" + notes: "Inline completion with support for any OpenAI compatible backend" + chat: - name: "open-interpreter" stars: ">14k"