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-suppliedhermes_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 fromhermes_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