🐛 Bug Fixes
- fix(stopHook): prevent infinite loop after cancel/completion — Added reinforcement cap (50) and cancelled flag to prevent race condition in ULTRAWORK/RALPLAN modes (#719)
- fix(hooks): bridge normalization mismatch — subagent tracking,
/trace, and HUD agent lifecycle events now work correctly after fixingcwd→directoryandsession_id→sessionIdnormalization (#721) - fix: token count truthy check — Changed
if (tokens.input_tokens)to!== undefinedto correctly handle zero values; added structuredClone to legacy state read path (#724)
✨ Features
- feat(cli): spawn claude in tmux session by default — Running
omcnow spawns claude inside a named tmux session by default, matching omx behavior. Supports--session <name>and--no-tmuxflags (#716)
Full Changelog: v4.2.13...v4.2.14