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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,11 +38,9 @@ A Free and OpenSource editor-agnostic tool that aims to easily link LLMs <-> Edi
38
38
39
39
The protocol makes easier for other editors integrate and having a server in the middle helps adding more features quickly like exporting metrics of features usage or single way to configure it for any editor.
40
40
41
-
## Usage
41
+
## Getting started
42
42
43
-
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.
44
-
45
-
Supported editors already download latest server on start and require no extra configuration
43
+
Install the plugin for your editor and ECA server will be downloaded and started automatically.
46
44
47
45
### Supported editors
48
46
@@ -51,6 +49,12 @@ Supported editors already download latest server on start and require no extra c
51
49
- Intellij: Planned, help welcome
52
50
- Vim: Planned, help welcome
53
51
52
+
## How it works
53
+
54
+
Editors 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.
55
+
56
+
Supported editors already download latest server on start and require no extra configuration
57
+
54
58
## Roadmap
55
59
56
60
Check the planned work [here](https://github.com/orgs/editor-code-assistant/projects/1/views/1).
0 commit comments