mpai v0.4.8
Reliability patch for managed Codex. Provider authentication and turn failures now stay scoped to the affected prompt instead of restarting the mpai host.
Install
brew install godfaddaai/tap/mpai
mpai setup --name "Your Name"If Homebrew is unavailable or blocked by outdated Apple Command Line Tools, use the exact Node.js 20+ fallback:
npm install --global https://github.com/godfaddaai/multiplayer-ai/releases/download/v0.4.8/multiplayer-ai-0.4.8.tgzWhat changed
- Managed Codex authentication failures return
CODEX_AUTH_REQUIRED. - Other provider failures return
CODEX_TURN_FAILED. - One failed turn no longer triggers Node process-fatal
errorhandling. - Completion, provider-error, and exit listeners are removed after success or failure.
Verified by the full 41/41 suite, a live disposable cross-Mac reproduction, exact public-asset hash/install checks, and clean Homebrew install/test/uninstall gates on macOS 26 and Linux.