I'm wondering if there's some dependency that's missing and causing a silent failure, because I see similar behaviour on my newly installed Linux system.
On my new system
AFAICS ECS starts fine
❯ pgrep -a eca
19653 /home/elrond/.emacs.d/eca/eca server
and the version reported by emacs is
eca-emacs: 34c760e (2026-05-09) | server: eca 0.133.3 | emacs: GNU Emacs 30.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.51, cairo version 1.18.4)
When pressing enter I only see a newline, there seems to be no communication with the LLM. When watching the logs I see nothing happen at all.
On my other system
I have the same version and it works as expected. When watching the logs I see entries like this
:eca/chat-prompt 58ms
:db/upsert-cache 28ms
received unexpected request providers/list
received unexpected request jobs/list
:eca/chat-prompt 42ms
:db/upsert-cache 44ms
I'm wondering if there's some dependency that's missing and causing a silent failure, because I see similar behaviour on my newly installed Linux system.
On my new system
AFAICS ECS starts fine
and the version reported by emacs is
When pressing enter I only see a newline, there seems to be no communication with the LLM. When watching the logs I see nothing happen at all.
On my other system
I have the same version and it works as expected. When watching the logs I see entries like this