You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,13 @@ _Demo using [eca-emacs](https://github.com/editor-code-assistant/eca-emacs)_
13
13
14
14
<imgsrc="images/rationale.jpg"width="500">
15
15
16
-
An OpenSource editoragnostic tool that aims to easily link LLMs <-> Editors, giving the best UX possible for AI pair programming using a well-defined protocol.
16
+
A Free and OpenSource editor-agnostic tool that aims to easily link LLMs <-> Editors, giving the best UX possible for AI pair programming using a well-defined protocol. The server is written in Clojure and heavily inspired by the [LSP protocol](https://microsoft.github.io/language-server-protocol/) which is a success case for this kind of integration.
17
17
18
-
-**Editor-agnostic** protocol for any editor integrate.
18
+
-**Editor-agnostic** protocol for any editor to integrate.
19
+
-**Single configuration**: Configure eca making it work the same in any editor.
19
20
-**Chat** interface: ask questions, review diffs, work together with an agent in your codebase.
20
-
-**Streaming responses**and structured error handling.
21
+
-**Context**support: giving more details about your code to the LLM.
21
22
-**Pluggable models**: Ollama local models, OpenAI, Anthropic, more on the way.
22
-
-**Single configuration**: Configure eca behavior making it feel the same in any editor.
0 commit comments