What's Changed
New Features
- HUD version display: Show installed OMC version
[OMC#X.Y.Z]in HUD with update notification (#527 by @seunggabi) - 20 parallel agents: Increased agent limit from 5 to 20 across all modes (team, swarm, ultrapilot, research, ecomode) (#548)
Bug Fixes & Hardening
- Atomic write for session stats: Use temp+rename pattern in post-tool-verifier to prevent corruption during concurrent hook execution (#466 by @quantsquirrel)
- Graceful dist fallback: Dynamic import with try/catch in project-memory-posttool for resilience when dist is unavailable (#466 by @quantsquirrel)
- Fork PR CI fix: Skip label/comment operations on fork PRs to avoid permission errors in pr-check workflow (#527)
- Lint fixes: Resolve empty catch block errors in shared-exec.ts (#527)