github Yeachan-Heo/oh-my-claudecode v4.7.3

latest releases: v4.13.2, v4.13.1, v4.13.0...
one month ago

oh-my-claudecode v4.7.3

Highlights

  • Team runtime v2 is now enabled by default (OMC_RUNTIME_V2=0|false|no|off to opt out to legacy behavior).
  • Hardened team shutdown and tmux session handling to prevent accidental self-session termination.
  • Preserved OMC/OMX compatibility routing for team API hints:
    • OMC worker context -> omc team api ...
    • OMX worker context -> omx team api ...
  • Team MCP runtime is now deprecated and disabled by default (opt-in compatibility only).
  • docs/CLAUDE.md cleaned to stay minimal and avoid deprecated runtime references.

Fixes and compatibility

  • Improved runtime v2 fallback behavior when team config is missing (no blind tmux session kill attempts).
  • Added explicit self-session kill guard in team tmux shutdown path.
  • Updated migration/reference docs to reflect Team MCP opt-in compatibility mode.
  • Kept cross-runtime interoperability for mixed OMC/OMX worker environments.

Validation

  • Typecheck: npx tsc --noEmit
  • Lint: npm run lint --if-present
  • Tests: npm test -- --run
  • Build: npm run build

Included PRs

  • #1371 – Team runtime hardening + OMC/OMX command split + Team MCP default disablement
  • #1372 – Release bump to 4.7.3

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

NewReleases is sending notifications on new releases.