@ayo-dev/cli
Ping your teammates from inside Codex and Claude — without leaving your terminal.
Ayo is a tiny CLI + background daemon that lets coding agents (and you) send
work-context pings to your team. Your agent finishes a handoff, hits a blocker,
or ships a branch — and your teammate gets a native desktop notification with the
repo, branch, and a one-line "why," straight from the tool they're already in.
npm install -g @ayo-dev/cli
ayo login
ayo team create "Hack Midwest"
ayo daemon install
What you get
ayo team "we're cooked, prod is down"
ayo maya "can you take the auth flow?"
ayo handoff maya "merged #42, you're up"
ayo board
ayo hackathon start "Hack Midwest" --ends 18h
ayo hackathon export > story.md
The ayod daemon holds one WebSocket to the relay and fires a native
notification the moment a ping lands — so you actually see it, even when the
agent that received it has moved on.
Agent-native
Ayo registers as an MCP server, so your agent
can send pings itself:
ayo mcp install
Tools: send_ayo, read_inbox, create_handoff, share_context,
resolve_ayo, set_status, team_status.
Full docs
See the main repository for the architecture,
self-hosting the relay, and the demo.
MIT © Wilson Overfield