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-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ A Free and OpenSource editor-agnostic tool that aims to easily link LLMs <-> Edi
36
36
37
37
## Installation
38
38
39
-
Eca is written in Clojure and compiled into a native binary via graalvm. You can download the binaries from Github Releases or use the install script for convenience:
39
+
Eca is written in Clojure and compiled into a native binary via graalvm. You can download the [native binaries from Github Releases](https://github.com/editor-code-assistant/eca/releases) or use the install script for convenience:
Editors should spawn the server via `eca server` and communicate via stdin/stdout.
55
+
Editors should spawn the server via `eca server` and communicate via stdin/stdout. Logs are printed to stderr, use `--verbose` to log client<->server communication or `--log-level debug` to log more info like LLM responses.
The protocol can be found [here](./docs/protocol.md), it follows the same standard of LSP documentation, defining how server and client communicate with each other.
66
+
The protocol can be found [here](./docs/protocol.md), it follows the same standard of LSP documentation, defining how clients and server communicate with each other.
67
67
68
68
## Roadmap
69
69
@@ -77,3 +77,7 @@ You can start eca with `--log-level debug` which should log helpful information
77
77
78
78
Contributions are very welcome, please open an issue for discussion or a pull request.
79
79
For developer details, check [this doc](./docs/development.md).
80
+
81
+
## Support the project
82
+
83
+
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