Skip to content

Commit fbae096

Browse files
committed
docs
1 parent 179e209 commit fbae096

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/troubleshooting.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55
ECA works with clients (editors) sending and receiving messages to server, a process, you can start server with `--log-level debug` or `--verbose` which should log helpful information to `stderr` buffer like what is being sent to LLMs or what ECA is responding to editors, all supported editors have options to set the __server args___ to help with that.
66

7-
87
## Doctor command
98

109
`/doctor` command should log useful information to debug model used, server version, env vars and more.
1110

11+
## Missing env vars
12+
13+
Some editors are started with empty shell especially on MacOS, you can check if the env vars are available via `/doctor`.
14+
15+
One way to workaround that is to start the editor from your terminal.
1216

1317
## Ask for help
1418

0 commit comments

Comments
 (0)