oh-my-claudecode v4.7.3
Highlights
- Team runtime v2 is now enabled by default (
OMC_RUNTIME_V2=0|false|no|offto 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 ...
- OMC worker context ->
- Team MCP runtime is now deprecated and disabled by default (opt-in compatibility only).
docs/CLAUDE.mdcleaned 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