You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,14 @@ The built-in commands are:
91
91
92
92
It's possible to configure custom command prompts, for more details check [its configuration](./configuration.md#custom-commands)
93
93
94
+
### Login
95
+
96
+
It's possible to login to some providers using `/login <provider>`, ECA will ask and give instructions on how to authenticate in that provider and save the login info globally in its cache `~/.cache/eca/db.transit.json`.
97
+
98
+
Current supported providers with login:
99
+
-`anthropic`: with options to login to Claude Max/Pro or create API keys.
0 commit comments