Release v1.0.4
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 readco 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_emailnow reports the actual server-side sender, so a claimed custom name is reflected in thefromfield.
📚 Documentation
- New
docs/cli/email.mdand aco emailsection in the CLI README.
Installation
pip install --upgrade connectonionBreaking Changes
None.
Full Changelog: v1.0.3...v1.0.4