github Yeachan-Heo/oh-my-codex v0.7.2

latest releases: v0.15.0, v0.14.4, v0.14.3...
one month ago

oh-my-codex v0.7.2

Hotfix: team shutdown --force flag was not being parsed from CLI arguments.

Fixed

  • Team shutdown --force flag now correctly parsed from CLI args instead of being hardcoded to false (src/cli/team.ts)
  • Added shutdown_gate_forced audit event when force-bypass is used, closing an observability gap in the event log

Changed

  • Updated usage string to document [--force] option: omx team shutdown <team-name> [--force]
  • Added shutdown_gate_forced to TeamEventType union and TEAM_EVENT_TYPES constant

Root Cause

src/cli/team.ts:174 hardcoded { force: false }, so omx team shutdown <name> --force never actually bypassed the shutdown gate.

Full Changelog: v0.7.1...v0.7.2

Don't miss a new oh-my-codex release

NewReleases is sending notifications on new releases.