Skip to content

Require AGORA_URL for CLI commands that talk to Agora #4

Description

@kelos-bot

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

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions