cli v0.3.0
Last updated: 2026-07-08
v0.3.0 adds CLI support for recipient consent. Agents and operators can request consent, list consent state, and inspect policy status from the terminal before sending mail.
This release also adds server-side mail search, sent-message listing, and a self-update command so the CLI is easier to use in day-to-day agent workflows.
Technical changelog
Section titled “Technical changelog”Recipient consent
Section titled “Recipient consent”- Added
mail consentcommands for working with recipient consent from the CLI. - Added consent request support so operators can initiate approval flows from the terminal.
- Added consent listing/status support for checking whether a recipient can be contacted.
Mail workflow
Section titled “Mail workflow”- Added server-side mail search.
- Added an outbox command for listing sent messages.
- Updated mail command documentation for optional subjects.
CLI maintenance
Section titled “CLI maintenance”- Added a self-update command with version checks and install flow.