Skip to content

Commit 8b91e13

Browse files
authored
docs
1 parent 20c9c35 commit 8b91e13

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

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

33
[![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+
<a href="https://github.com/editor-code-assistant/eca/stargazers"><img alt="GitHub Stars" title="Total number of GitHub stars the ECA project has received"
5+
src="https://img.shields.io/github/stars/editor-code-assistant/eca?style=flat-square&logo=github&color=f1c40f&labelColor=555555"/></a>
46
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](./LICENSE)
57

68
# ECA (Editor Code Assistant)
@@ -19,17 +21,13 @@ _Demo using [eca-vscode](https://github.com/editor-code-assistant/eca-vscode)_
1921
<a href="./docs/protocol.md"><strong>protocol</strong></a>
2022
</p>
2123
<hr>
22-
23-
<a href="https://github.com/editor-code-assistant/eca/stargazers"><img alt="GitHub Stars" title="Total number of GitHub stars the ECA project has received"
24-
25-
## Features
2624

27-
- **Editor-agnostic** protocol for any editor to integrate.
28-
- **Single configuration**: Configure eca making it work the same in any editor via global or local configs.
29-
- **Chat** interface: ask questions, review code, work together to code.
30-
- **Agentic** let LLM work as an agent with its native tools and MCPs you can configure.
31-
- **Context** support: giving more details about your code to the LLM.
32-
- **Multi models**: OpenAI, Anthropic, Ollama local models, and custom user config models.
25+
- :page_facing_up: **Editor-agnostic**: protocol for any editor to integrate.
26+
- :gear: **Single configuration**: Configure eca making it work the same in any editor via global or local configs.
27+
- :loop: **Chat** interface: ask questions, review code, work together to code.
28+
- :coffee: **Agentic**: let LLM work as an agent with its native tools and MCPs you can configure.
29+
- :syringe: **Context**: support: giving more details about your code to the LLM.
30+
- :rocket: **Multi models**: OpenAI, Anthropic, Ollama local models, and custom user config models.
3331

3432
## Rationale
3533

0 commit comments

Comments
 (0)