What's New in v0.4.1
Bug Fixes
- tmux send-keys standardization — All
Enterreplaced withC-m(carriage return) for reliable Codex prompt submission (#59, #64) - Auto-nudge double C-m — Send
C-mtwice with 100ms delay (#69) - Team leader nudge — Added
-lflag for literal text + doubleC-m(#71) - SDK sendToPane — Replaced
Enterfallback with doubleC-m(#71) [OMX_TMUX_INJECT]suffix — All hook tmux injections now include marker for prompt disambiguation (#73)
New Features
- Auto-nudge hook — Detects Codex "If you want" stall patterns and auto-sends "yes, proceed". Configurable via
.omx-config.json(#66) - Hook extensibility — Runtime, CLI, and example-event tests (#60)
Configuration
{
"autoNudge": {
"enabled": true,
"patterns": ["if you want", "would you like", "shall i", ...],
"response": "yes, proceed",
"delaySec": 3
}
}Full Changelog: v0.3.10...v0.4.1