oh-my-codex v0.10.1
6 PRs in the release window
0.10.1 is the fast-follow stabilization release for 0.10.0. The release window began with the 0.10.0 bump commit at 2026-03-15 17:22 UTC; the four urgent hotfix PRs landed by 2026-03-16 03:18 UTC (just under 10 hours later), and the final shipped follow-up merge (#873) landed at 2026-03-16 05:59 UTC, bringing the shipped turnaround to about 12 hours 37 minutes before this release-prep commit.
Highlights
Urgent hotfixes shipped first
- autoresearch now defaults to
--dangerously-bypass-approvals-and-sandboxunless the caller already provided equivalent flags - autoresearch worktree cleanliness now ignores
.omx/runtime artifacts, preventing false dirty-worktree failures during reset/cleanup - installed skills are deduplicated across project and user scopes, so shadowed duplicates no longer leak into composed instructions
- team worker readiness detection now accepts Codex
0.114.0startup text and uses a safer ready-wait path
Fast-follow autoresearch UX landed before the release cut
omx autoresearchwith no args on a TTY can now launch guided setup for research topic, evaluator command, keep policy, and mission slugomx autoresearch initnow supports non-interactive mission scaffolding and safe tmux-backed supervisor launch- non-interactive callers keep the previous failure-fast behavior when no mission path is provided
What's Changed
Urgent patches
- fix(autoresearch): default to bypass approvals and sandbox (#856, closes #855)
- fix(autoresearch): exclude
.omx/runtime files from worktree clean check (#858, closes #857) - fix(setup): deduplicate skills across project and user scope (#864, closes #861)
- fix(team): improve worker readiness detection for Codex 0.114.0 (#868, closes #866)
Feature follow-up shipped in the same release sprint
Docs follow-up
- docs: add Discord community server badge to the primary multilingual READMEs (#869)
Patch-window timeline
2026-03-15 17:22 UTC—0.10.0release bump commit (fbb9f2d)2026-03-15 18:16 UTC— PR #856 merged2026-03-15 18:36 UTC— PR #858 merged2026-03-16 01:57 UTC— PR #864 merged2026-03-16 03:18 UTC— PR #868 merged2026-03-16 03:19 UTC— PR #869 merged2026-03-16 05:59 UTC— PR #873 merged
Local release verification checklist
Run before tagging / publishing:
node scripts/check-version-sync.mjs --tag v0.10.1npm run buildnpm run check:no-unusednpm test
Full Changelog: v0.10.0...v0.10.1