Skip to content

Release v1.0.4

Choose a tag to compare

@wu-changxing wu-changxing released this 30 Jun 03:00

Highlights

ConnectOnion v1.0.4 adds a co email command group — manage your agent's mailbox straight from the terminal. Every agent already has its own address (activated by co auth); now you can send, read, and even claim a custom name without leaving the CLI.

What's Changed

✨ Features

  • co email — new CLI command group for the agent mailbox:
    • co email / co email inbox — list received mail (--last/-n, --unread/-u)
    • co email read <#> — show one message's body and mark it read
    • co email send <to> <subject> <message> — send from your agent address (HTML auto-detected)
    • co email name <name> [--buy] — check or claim a custom address (e.g. aaron@openonion.ai)
    • co email upgrade <tier> — upgrade email tier from credits
  • send_email now reports the actual server-side sender, so a claimed custom name is reflected in the from field.

📚 Documentation

  • New docs/cli/email.md and a co email section in the CLI README.

Installation

pip install --upgrade connectonion

Breaking Changes

None.

Full Changelog: v1.0.3...v1.0.4