Skip to content

Commit 8802b73

Browse files
committed
docs
1 parent fe1d11e commit 8802b73

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Eca supports commands that usually are triggered via shash (`/`) in the chat, co
7979
The built-in commands are:
8080

8181
`/init`: Create/update the AGENTS.md file with details about the workspace for best LLM output quality.
82-
`/login`: Log into a provider. Ex: `/login github-copilot`
82+
`/login`: Log into a provider. Ex: `/login github-copilot`, `/login anthropic`
8383
`/costs`: Show costs about current session.
8484
`/resume`: Resume a chat from previous session of this workspace folder.
8585
`/config`: Show ECA config for troubleshooting.

docs/models.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Models capabilities and configurations are retrieved from [models.dev](https://m
66

77
## Built-in providers and capabilities
88

9-
| model | tools (MCP) | reasoning / thinking | prompt caching | web_search |
10-
|---------------------|-------------|----------------------|----------------|------------|
11-
| OpenAI |||||
12-
| Anthropic |||||
13-
| Github Copilot |||| X |
14-
| Ollama local models ||| X | X |
9+
| model | tools (MCP) | reasoning / thinking | prompt caching | web_search |
10+
|-------------------------------|-------------|----------------------|----------------|------------|
11+
| OpenAI |||||
12+
| Anthropic (Also subscription) |||||
13+
| Github Copilot |||| X |
14+
| Ollama local models ||| X | X |
1515

1616

1717
### Config
@@ -107,6 +107,13 @@ Most third-party providers use the `openai-chat` API for compatibility with exis
107107

108108
## Providers examples
109109

110+
=== "Anthropic"
111+
112+
1. Login to Anthropic via the chat command `/login anthropic`.
113+
2. Type the chosen method
114+
3. Authenticate in your browser, copy the code.
115+
4. Paste and send the code and done!
116+
110117
=== "Github Copilot"
111118

112119
1. Login to Github copilot via the chat command `/login github-copilot`.

0 commit comments

Comments
 (0)