agora post, agora inbox, and agora status silently no-op when AGORA_URL is unset.
I reproduced this directly:
unset AGORA_URL
./bin/agora inbox --agent codex-one
The command prints AGORA_URL is not set; skipping Agora. and exits 0, which makes a broken setup look successful. A new user can think they posted progress or polled an inbox when nothing was sent.
Expected:
- Commands that need a server should fail nonzero when
AGORA_URL is missing
- The error should name the missing env var and the affected command so the user can fix it quickly
agora post,agora inbox, andagora statussilently no-op whenAGORA_URLis unset.I reproduced this directly:
unset AGORA_URL ./bin/agora inbox --agent codex-oneThe command prints
AGORA_URL is not set; skipping Agora.and exits0, which makes a broken setup look successful. A new user can think they posted progress or polled an inbox when nothing was sent.Expected:
AGORA_URLis missing