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
-_"Where does request X enter the system?"_ – look in `handlers.clj`.
@@ -58,7 +58,7 @@ Run with `bb test` or run test via Clojure REPL. CI will run the same task.
58
58
59
59
Run with `bb integration-test`, it will use your `eca` binary project root to spawn a server process and communicate with it via JSONRPC, testing the whole eca flow like an editor.
60
60
61
-
## Coding
61
+
## Coding
62
62
63
63
There are several ways of finding and fixing a bug or implementing a new feature:
64
64
@@ -85,7 +85,7 @@ This step-by-step feature implementation help track progress and next steps:
85
85
-[ ] Support `initialize` and `initialized` methods.
86
86
-[ ] Support `exit` and `shutdown` methods.
87
87
- Chat
88
-
-[ ]Oepn chat window
88
+
-[ ]Open chat window
89
89
-[ ] Send user messages via `chat/prompt` request.
90
90
-[ ] Clear chat and Reset chat.
91
91
-[ ] Support receive chat contents via `chat/contentReceived` notification.
@@ -106,4 +106,4 @@ This step-by-step feature implementation help track progress and next steps:
106
106
107
107
Create a issue to help track the effort copying and pasting these check box to help track progress, [example](https://github.com/editor-code-assistant/eca/issues/5).
108
108
109
-
Please provide feedback of the dificulties implementing your server, especially missing docs, to make next integrations smoother!
109
+
Please provide feedback of the difficulties implementing your server, especially missing docs, to make next integrations smoother!
0 commit comments