Skip to content

Commit ec3eda1

Browse files
committed
docs
1 parent eb681bb commit ec3eda1

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ _Demo using [eca-vscode](https://github.com/editor-code-assistant/eca-vscode)_
2828
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.
2929

3030
- **Editor-agnostic** protocol for any editor to integrate.
31-
- **Single configuration**: Configure eca making it work the same in any editor.
32-
- **Chat** interface: ask questions, review diffs, work together with an agent in your codebase.
31+
- **Single configuration**: Configure eca making it work the same in any editor via global or local configs.
32+
- **Chat** interface: ask questions, review code, work together to code.
3333
- **Agentic** let LLM work as an agent with its native tools and MCPs you can configure.
3434
- **Context** support: giving more details about your code to the LLM.
35-
- **Multi models**: Ollama local models, OpenAI, Anthropic, more on the way.
35+
- **Multi models**: OpenAI, Anthropic, Ollama local models, and custom user config models.
3636

3737
## Installation
3838

docs/capabilities.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,32 @@ Provides access to run shell commands, useful to run build tools, tests, and oth
2626

2727
### TODO - Web
2828

29-
## Supported LLM models and capaibilities
29+
## LLM providers
30+
31+
### Built-in providers and capabilities
3032

3133
| model | MCP / tools | thinking/reasioning | prompt caching | web_search |
3234
|-----------|-------------|---------------------|----------------|------------|
3335
| OpenAI || X | X ||
3436
| Anthropic || X |||
3537
| Ollama || X | X | X |
3638

37-
### OpenAI
39+
#### OpenAI
3840

3941
- [o4-mini](https://platform.openai.com/docs/models/o4-mini)
4042
- [o3](https://platform.openai.com/docs/models/o3)
4143
- [gpt-4.1](https://platform.openai.com/docs/models/gpt-4.1)
4244

43-
### Anthropic
45+
#### Anthropic
4446

4547
- [claude-sonnet-4-0](https://docs.anthropic.com/en/docs/about-claude/models/overview)
4648
- [claude-opus-4-0](https://docs.anthropic.com/en/docs/about-claude/models/overview)
4749
- [claude-3-5-haiku-latest](https://docs.anthropic.com/en/docs/about-claude/models/overview)
4850

49-
### Ollama
51+
#### Ollama
5052

5153
- [any local ollama model](https://ollama.com/search)
5254

55+
### Custom providers
56+
57+
ECA support configure any extra LLM provider via `customProviders` config.

0 commit comments

Comments
 (0)