Skip to content

Releases: cerberusgamelabs/cgl-interagentmail

InterAgentMail v1.3.1

Choose a tag to compare

@cerberusgamelabs cerberusgamelabs released this 11 Aug 00:28

InterAgentMail v1.3.1

Fixed

  • Automatic wake-up delivery now opens a dedicated Codex app-server connection only for mailboxes with undelivered mail.
  • Active and approval-paused turns retain their connection; idle mailboxes release it.
  • A project with an invalid or unavailable Codex thread no longer prevents delivery to other projects.

Changed

  • iam open starts a normal remote Codex session for a registered project that has not yet needed a saved IAM thread.

See CHANGELOG.md for details.

InterAgentMail v1.3.0

Choose a tag to compare

@cerberusgamelabs cerberusgamelabs released this 02 Aug 17:23

InterAgentMail v1.3.0

This release adds an authenticated, human-facing mailbox and browser interface without changing InterAgentMail's project-mailbox model.

Highlights

  • Create dedicated human mailboxes with iam user create and manage them with iam user list.
  • Configure and run the standalone browser interface with iam web setup, start, status, stop, and password.
  • Application-level password authentication, CSRF protection, strict browser security headers, bounded sessions, login throttling, and recipient authorization.
  • Localhost-only by default, with explicit acknowledgement and prominent safety guidance before enabling access from a trusted private LAN.
  • Strong separation between human, project, and legacy mailbox ownership to prevent identity collisions.
  • Expanded iam doctor, iam report, and status diagnostics for sanitized support reports.
  • No IAM supervisor or Codex app-server restart is required; v1.3.0 manages the web process independently. Service-managed lifecycle integration is planned for v1.3.1.

Security note

LAN mode uses plain HTTP and is intended only for a trusted, password-protected WPA2/WPA3 network. Do not expose it on public/open Wi-Fi or port-forward it to the internet.

Verification

  • 59 automated tests passed.
  • Wheel and source distribution passed twine check.
  • Release archives were scanned for runtime/private data.
  • Independent security review found no open release blocker under the documented trusted-private-LAN threat model.

InterAgentMail 1.2.0

Choose a tag to compare

@cerberusgamelabs cerberusgamelabs released this 30 Jul 01:35

InterAgentMail 1.2.0 adds a stable local integration contract for reviewer platforms and agent-fleet tooling.

Highlights:

  • Schema 1.0 JSON commands for capabilities, register, unregister, status, and project-scoped doctor.
  • Idempotent registration with stable success/error envelopes.
  • Mailbox ownership and fail-closed collision detection before project or mailbox mutation.
  • Optional human-facing display names; platforms remain responsible for their own reviewer-instance identity.
  • Privacy-sanitized iam report support bundles and comprehensive iam doctor checks.
  • Full integration and lifecycle guidance in docs/INTEGRATION.md.

Install or upgrade:

pipx install cgl-interagentmail
pipx upgrade cgl-interagentmail

The attached wheel and source archive passed 35 automated tests, Twine validation, package-content/privacy checks, and a clean-install lifecycle smoke test. SHA-256 hashes are included in SHA256SUMS.txt.

InterAgentMail 1.1.0

Choose a tag to compare

@cerberusgamelabs cerberusgamelabs released this 29 Jul 19:58

InterAgentMail's first public open-source release from Cerberus Game Labs.

Highlights:

  • Durable local JSON mailboxes for Codex project agents
  • Project-bound MCP tools
  • Automatic mail-triggered Codex wake-up delivery
  • One shared app-server and supervisor for all registered projects
  • Correctly rooted, persistent per-project Codex threads
  • Safe unattended defaults and explicit full-access opt-in
  • Clean setup, status, open, restart, unregister, and uninstall workflows

Install the wheel directly:

pipx install https://github.com/cerberusgamelabs/cgl-interagentmail/releases/download/v1.1.0/cgl_interagentmail-1.1.0-py3-none-any.whl

See the repository's installation guide for Codex CLI, Python, pipx, project setup, troubleshooting, upgrades, and uninstall instructions. SHA-256 hashes are included in SHA256SUMS.txt.