github Yeachan-Heo/oh-my-codex v0.3.10

latest releases: v0.17.3, v0.17.2, v0.17.1...
3 months ago

What's New in v0.3.10

New Features

  • Configurable model selection — Set per-mode model overrides via .omx-config.json (models section). Default: gpt-5.3-codex (#51)
  • Session lifecycle notificationssession-start, session-end, session-idle events 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 Enter replaced with C-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

Don't miss a new oh-my-codex release

NewReleases is sending notifications on new releases.