Skip to content

@moemail/cli v1.0.0

Choose a tag to compare

@beilunyang beilunyang released this 16 Jun 00:15

First stable release of the agent-first MoeMail CLI.

Highlights

  • Refactored onto the shared @moemail/core HTTP client (same code path as the new MCP server).
  • Typed error handling: distinct messages for config, auth, permission, and rate-limit failures; exit code 2 for config/auth, 1 otherwise.
  • send now sends from a temporary address (--content); works against servers that allow API-key send.
  • Full command set: config · create · list · wait · read · send · delete · skill install.

Install

npm i -g @moemail/cli

Configure with moemail config set api-url <url> / api-key <key>, or the MOEMAIL_API_URL / MOEMAIL_API_KEY env vars.