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
@@ -27,7 +28,7 @@ _Demo using [eca-vscode](https://github.com/editor-code-assistant/eca-vscode)_
27
28
28
29
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.
29
30
30
-
-**Editor-agnostic** protocol for any editor to integrate.
31
+
-**Editor-agnostic** protocol for any editor to integrate.
31
32
-**Single configuration**: Configure eca making it work the same in any editor via global or local configs.
32
33
-**Chat** interface: ask questions, review code, work together to code.
33
34
-**Agentic** let LLM work as an agent with its native tools and MCPs you can configure.
@@ -78,6 +79,6 @@ You can start eca with `--log-level debug` which should log helpful information
78
79
Contributions are very welcome, please open an issue for discussion or a pull request.
79
80
For developer details, check [this doc](./docs/development.md).
80
81
81
-
## Support the project
82
+
## Support the project 💖
82
83
83
84
Consider [sponsoring the project](https://github.com/sponsors/ericdallo) to help grow faster, the support helps to keep the project going, being updated and maintained!
0 commit comments