github nesquena/hermes-webui v0.50.85
v0.50.85 — zero test failures

latest releases: v0.50.87, v0.50.86
14 hours ago

What's new in v0.50.85

Fixed

  • All 1423 tests now pass (0 failures)_provider_oauth_authenticated() had a CLI fast path that ignored the caller-supplied hermes_home, reading from the real system auth store instead. On machines with a genuinely authenticated OAuth provider (openai-codex, copilot, etc.) this caused 4 test assertions to return True instead of the expected False regardless of the isolated tmp_path the test supplied. Removed the CLI fast path; auth now reads exclusively from hermes_home/auth.json. No behavioral change in production.

What's Changed

  • fix(onboarding): remove CLI fast path from _provider_oauth_authenticated — fixes 4 pre-existing test failures by @nesquena-hermes in #667

Full Changelog: v0.50.84...v0.50.85

Don't miss a new hermes-webui release

NewReleases is sending notifications on new releases.