Skip to content

Commit 77448f7

Browse files
committed
docs
1 parent c5f0b61 commit 77448f7

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
# ECA (Editor Code Assistant)
66

7-
:warning: The project is still alpha and experimental, with bugs and missing features, but being consistently improved.
7+
:warning: The project is still alpha, expect bugs and WIP features, but being consistently improved, feedback is more than welcome.
88

99
_Demo using [eca-emacs](https://github.com/editor-code-assistant/eca-emacs)_
1010
![demo](./images/demo.gif)
1111

1212
<hr>
1313
<p align="center">
14-
<a href="#installation"><strong>instalation</strong></a> •
14+
<a href="#installation"><strong>installation</strong></a> •
1515
<a href="./docs/configuration.md"><strong>configuration</strong></a> •
1616
<a href="./docs/capabilities.md"><strong>capabilities</strong></a> •
1717
<a href="./docs/protocol.md"><strong>protocol</strong></a>
@@ -27,8 +27,9 @@ A Free and OpenSource editor-agnostic tool that aims to easily link LLMs <-> Edi
2727
- **Editor-agnostic** protocol for any editor to integrate.
2828
- **Single configuration**: Configure eca making it work the same in any editor.
2929
- **Chat** interface: ask questions, review diffs, work together with an agent in your codebase.
30+
- **Agentic** let LLM work as an agent with its built-in tools and MCPs you can configure.
3031
- **Context** support: giving more details about your code to the LLM.
31-
- **Pluggable models**: Ollama local models, OpenAI, Anthropic, more on the way.
32+
- **Multi models**: Ollama local models, OpenAI, Anthropic, more on the way.
3233

3334
## Installation
3435

docs/capabilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Native tools
44

5-
ECA support built-in tools to avoid user extra installation and configuration, these tools are always included on models requests that support tools and can be disabled/configured via config `nativeTools`.
5+
ECA support built-in tools to avoid user extra installation and configuration, these tools are always included on models requests that support tools and can be [disabled/configured via config `nativeTools`](./configuration.md).
66

77
### Filesystem
88

0 commit comments

Comments
 (0)