This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Affected surfaces
ReleasePort's take
Moderate signalv0.17.0 introduces a bounded Hermes MCP bridge for session management and artifact access, while formalizing the $design workflow via DESIGN.md and deprecating the older UI/UX shortcut.
Why it matters: Adopt the new Hermes MCP bridge to enable reliable session listing/status and safe artifact reads; migrate design processes to DESIGN.md/$design before the deprecated UI/UX shortcut is removed.
Summary
AI summaryAdds bounded Hermes MCP bridge, canonical $design workflow, plugin‑mode skill discovery, and adversarial UltraQA testing guidance.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds bounded Hermes MCP bridge for session listing/status and safe artifact reads. Adds bounded Hermes MCP bridge for session listing/status and safe artifact reads. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Establishes DESIGN.md and $design skill guidance as primary design workflow, deprecating frontend-ui-ux shortcut. Establishes DESIGN.md and $design skill guidance as primary design workflow, deprecating frontend-ui-ux shortcut. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Local Codex plugin marketplace now exposes OMX skills through plugin discovery with verified cache and MCP metadata including Hermes. Local Codex plugin marketplace now exposes OMX skills through plugin discovery with verified cache and MCP metadata including Hermes. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
$ultraqa guidance requires adversarial scenario modeling, prompt injection attempts, interrupt/cancel/resume cases, stale state checks, temporary harnesses, explicit cleanup evidence. $ultraqa guidance requires adversarial scenario modeling, prompt injection attempts, interrupt/cancel/resume cases, stale state checks, temporary harnesses, explicit cleanup evidence. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Deprecation | Medium |
Deprecates older frontend-ui-ux shortcut in favor of DESIGN.md and $design workflow. Deprecates older frontend-ui-ux shortcut in favor of DESIGN.md and $design workflow. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Windows native hooks launch through PowerShell ProcessStartInfo shim preserving stdin/stdout/stderr and exit codes for paths with spaces or quoting-sensitive characters. Windows native hooks launch through PowerShell ProcessStartInfo shim preserving stdin/stdout/stderr and exit codes for paths with spaces or quoting-sensitive characters. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Tmux continuations verify mode/session/window ownership before injecting follow-up prompts, preventing crossing into stale or unrelated Codex panes. Tmux continuations verify mode/session/window ownership before injecting follow-up prompts, preventing crossing into stale or unrelated Codex panes. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Startup launch avoids tmux shell rc fan-out before Codex launch and clarifies CLI-first runtime authority. Startup launch avoids tmux shell rc fan-out before Codex launch and clarifies CLI-first runtime authority. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Ultragoal completion can reconcile completed task-scoped aggregate Codex goals back to active OMX story, preserving evidence and quality-gate requirements. Ultragoal completion can reconcile completed task-scoped aggregate Codex goals back to active OMX story, preserving evidence and quality-gate requirements. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Committed project memory is loaded at session start when exists, keeping cross-session context available without local-only runtime state reliance. Committed project memory is loaded at session start when exists, keeping cross-session context available without local-only runtime state reliance. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Refactor | Medium |
MCP/Hermes state-path tests isolate inherited OMX runtime environment and use canonical temp roots on macOS for meaningful symlink-root security checks. MCP/Hermes state-path tests isolate inherited OMX runtime environment and use canonical temp roots on macOS for meaningful symlink-root security checks. Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
oh-my-codex v0.17.0
0.17.0 is a minor release after 0.16.4 because the shipped delta adds new product surfaces: the bounded Hermes MCP bridge, the canonical $design workflow, plugin-mode skill marketplace exposure, and stronger UltraQA adversarial testing guidance. It also hardens Windows native hooks, tmux ownership, startup shell isolation, committed project memory loading, and Ultragoal completion reconciliation.
Highlights
- Hermes MCP bridge — adds a bounded, opt-in MCP coordination bridge for session listing/status, audited follow-up dispatch, safe artifact reads, session starts, log tails, and final coordination reports without exposing tmux scrollback or raw private state.
- Canonical design workflow — establishes
DESIGN.mdplus mirrored$designskill guidance as the primary design workflow, while deprecating the olderfrontend-ui-uxshortcut. - Plugin-mode discovery is more complete — local Codex plugin marketplace setup now exposes OMX skills through plugin discovery, materializes and verifies the plugin cache, and adds plugin-scoped MCP metadata including Hermes.
- UltraQA is adversarial by contract —
$ultraqaguidance now requires hostile scenario modeling, prompt-injection attempts, interrupt/cancel/resume cases, stale state checks, temporary harnesses when useful, and explicit cleanup evidence.
Fixes and compatibility notes
- Windows native hooks now launch through a PowerShell
ProcessStartInfoshim that preserves stdin/stdout/stderr and exit codes for paths with spaces or quoting-sensitive characters. - Tmux continuations now verify mode/session/window ownership before injecting follow-up prompts, preventing continuations from crossing into stale or unrelated Codex panes.
- Startup launch safety avoids tmux shell rc fan-out before Codex launch and clarifies CLI-first runtime authority.
- Ultragoal completion can reconcile completed task-scoped aggregate Codex goals back to the active OMX story while preserving strict evidence and final quality-gate requirements.
- Project memory is loaded at session start when committed project memory exists, keeping cross-session context available without relying on local-only runtime state.
- Release-review fix: MCP/Hermes state-path tests now isolate inherited OMX runtime environment and use canonical temp roots on macOS so the symlink-root security checks stay meaningful and release gates are reproducible from attached OMX sessions.
Merged PR inventory
- #2267 — Prevent tmux continuations from crossing owned Codex panes
- #2268 — Expose plugin-mode skills in Codex local marketplace
- #2270 — Fix Windows native hook launch with PowerShell shim
- #2272 — Fix ultragoal legacy completion loop
- #2274 — Load committed project memory at session start
- #2276 — Ensure UltraQA catches adversarial e2e regressions
- #2283 — Avoid tmux shell rc fan-out before Codex launch
- #2293 — Fix ultragoal task-scoped goal reconciliation
- Direct dev commits — expose Hermes MCP, establish
DESIGN.md, clarify CLI-first runtime authority, and apply release-review test isolation fixes.
Validation
Local release-review gates include build, lint, no-unused typecheck, targeted MCP/Hermes state-path suites, release-focused Node suites, cargo test, release body generation, npm pack dry-run, and git diff whitespace checks. CI/publication evidence is tracked in docs/qa/release-readiness-0.17.0.md.
Contributors
Thanks to bellman and @Yeachan-Heo for contributing to this release.
Why this is a minor release
The release adds new user-visible workflow and integration surfaces ($design, Hermes MCP, plugin-mode skill discovery, and plugin MCP metadata) rather than only correcting existing behavior. Existing 0.16.x users should treat this as a safe minor upgrade with backward-compatible setup and runtime hardening.
Full Changelog: v0.16.4...v0.17.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Oh My Codex
All releases →Related context
Related tools
Earlier breaking changes
- v0.18.5 Ultragoal completion now requires independent reviewer and architect evidence before marking complete.
Beta — feedback welcome: [email protected]