oh-my-codex v0.7.1
Team dispatch reliability improvements — state-first routing with hook-preferred fallback.
Changed
- Team dispatch rewritten to be state-first and hook-preferred, improving reliability when leader pane targeting varies (#379)
- Leader mailbox delivery uses hook-preferred dispatch path for consistent message routing (#378)
Fixed
- Leader fallback parity guarded to only target real pane destinations, preventing dispatch to stale or missing panes (#379)
- Hook dispatch reliability paths hardened with additional error guards and fallback sequencing (#378)
Commits
760735efeat(team): make dispatch state-first and hook-preferred4f9cff1fix(team): use hook-preferred dispatch for leader mailboxa70e299fix(team): harden hook dispatch reliability paths1f0bb09fix(team): guard leader fallback parity to real pane targets
Full Changelog: v0.7.0...v0.7.1