What's New in v0.3.10
New Features
- Configurable model selection — Set per-mode model overrides via
.omx-config.json(modelssection). Default:gpt-5.3-codex(#51) - Session lifecycle notifications —
session-start,session-end,session-idleevents fire Discord/Telegram notifications (#49) - GitHub Actions CI — Typecheck, test, and build pipeline for PRs and pushes (#54)
- Team leader nudge — When worker panes are active and leader is stale, a nudge is injected via
tmux send-keys(#53) - Team shutdown_ack events — Worker ack receipts are now recorded in the team event log (#53)
Bug Fixes
- tmux send-keys standardization — All
Enterreplaced withC-m(carriage return) for reliable codex input (#59) - Improved tmux detection — Better tmux session detection and reply-thread injection feedback (#48)
Config Example
{
"models": {
"team": "gpt-4.1",
"default": "o4-mini"
}
}Full Changelog: v0.3.9...v0.3.10