Skip to content

Commit 0361ff6

Browse files
committed
docs
1 parent 4cff6d5 commit 0361ff6

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/features.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,15 @@ Eca supports commands that usually are triggered via shash (`/`) in the chat, co
9595

9696
The built-in commands are:
9797

98-
`/init`: Create/update the AGENTS.md file with details about the workspace for best LLM output quality.
99-
`/login`: Log into a provider. Ex: `github-copilot`, `anthropic`.
100-
`/compact`: Compact/summarize conversation helping reduce context window.
101-
`/resume`: Resume a chat from previous session of this workspace folder.
102-
`/costs`: Show costs about current session.
103-
`/config`: Show ECA config for troubleshooting.
104-
`/doctor`: Show information about ECA, useful for troubleshooting.
105-
`/repo-map-show`: Show the current repoMap context of the session.
106-
`/prompt-show`: Show the final prompt sent to LLM with all contexts and ECA details.
98+
- `/init`: Create/update the AGENTS.md file with details about the workspace for best LLM output quality.
99+
- `/login`: Log into a provider. Ex: `github-copilot`, `anthropic`.
100+
- `/compact`: Compact/summarize conversation helping reduce context window.
101+
- `/resume`: Resume a chat from previous session of this workspace folder.
102+
- `/costs`: Show costs about current session.
103+
- `/config`: Show ECA config for troubleshooting.
104+
- `/doctor`: Show information about ECA, useful for troubleshooting.
105+
- `/repo-map-show`: Show the current repoMap context of the session.
106+
- `/prompt-show`: Show the final prompt sent to LLM with all contexts and ECA details.
107107

108108
#### Custom commands
109109

@@ -114,6 +114,7 @@ It's possible to configure custom command prompts, for more details check [its c
114114
It's possible to login to some providers using `/login` command, ECA will ask and give instructions on how to authenticate in the chosen provider and save the login info globally in its cache `~/.cache/eca/db.transit.json`.
115115

116116
Current supported providers with login:
117+
117118
- `anthropic`: with options to login to Claude Max/Pro or create API keys.
118119
- `github-copilot`: via Github oauth.
119120

0 commit comments

Comments
 (0)