DEV Community

kyoungsookim
kyoungsookim

Posted on

I built Codex-native Agent Teams in vibe-codex (v0.4.1)

What I wanted

I wanted a practical way to coordinate multiple coding agents with:

  • explicit lifecycle controls
  • strict request/response safety
  • debuggable runtime state
  • CI-level validation

## What shipped

  • vc teams for create/delete/add/remove/send/status
  • protocol-safe waits via await
  • live monitoring via watch
  • file mailbox runtime + event logs
  • dedupe and stale-lock recovery
  • PR E2E automation (node --test scripts/vc-teams.test.mjs)

https://github.com/kks0488/vibe-codex/

Top comments (0)