Skip to content

Commit 297c40e

Browse files
authored
docs
1 parent 6d50ede commit 297c40e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<img src="images/logo.png" width="110" align="right">
22

3-
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
3+
[![GitHub Release](https://img.shields.io/github/v/release/editor-code-assistant/eca?display_name=release&style=flat-square)](https://github.com/editor-code-assistant/eca/releases/latest)
4+
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](./LICENSE)
45

56
# ECA (Editor Code Assistant)
67

@@ -27,7 +28,7 @@ _Demo using [eca-vscode](https://github.com/editor-code-assistant/eca-vscode)_
2728

2829
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.
2930

30-
- **Editor-agnostic** protocol for any editor to integrate.
31+
- **Editor-agnostic** protocol for any editor to integrate.
3132
- **Single configuration**: Configure eca making it work the same in any editor via global or local configs.
3233
- **Chat** interface: ask questions, review code, work together to code.
3334
- **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
7879
Contributions are very welcome, please open an issue for discussion or a pull request.
7980
For developer details, check [this doc](./docs/development.md).
8081

81-
## Support the project
82+
## Support the project 💖
8283

8384
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

Comments
 (0)