Skip to content

OMH v1.0.1

Choose a tag to compare

@rlaope rlaope released this 18 Jun 04:18
ee5c020

OMH v1.0.1

Patch release for the final 1.0.1 QA and performance pass.

Highlights

  • Version metadata is now 1.0.1 across the package, plugin bundle, HUD/menu status, README, installer examples, and release docs.
  • omh update release movement is verified to show readable transitions such as 1.0.0 -> 1.0.1.
  • Recommendation routing now caches normalized skill metadata for faster repeated Hermes/wrapper routing while preserving fresh per-call payloads.

Update

curl -fsSL https://raw.githubusercontent.com/rlaope/oh-my-hermes/main/install.sh | sh
omh update --channel stable --version 1.0.1
omh doctor

If your local omh command package is already current, omh update --channel stable --version 1.0.1 is enough to refresh managed workflows and update state metadata. If the command package itself is older, rerun the installer first.

Verification

  • Full test suite: 504 tests passed on local release branch.
  • GitHub CI: DCO, Python 3.11, and Python 3.12 passed on PR #139.
  • Built wheel and sdist with uv build.
  • Wheel install smoke, installer smoke, release install smoke, setup dry-run, update smoke, release checklist, harness validation, docs workflow check, compileall, and adversarial routing/timeout checks all passed.
  • Performance smoke: recommendation warm-cache median improved from about 5.47ms to 2.69ms over the release smoke query set.

Boundary

No live production Hermes profile was mutated during release QA. Live Hermes/TUI usage should still be verified by the operator after update in the target environment.