v0.52.0
tinyhumansai/openhumanv0.52.0Apr 9, 2026by github-actions[bot]
AI Summary
A maintenance release focusing on UI polish, stability fixes, and configuration consistency across the stack.
Key Highlights
- Reorganization of settings and skills pages for better UX
- Graceful shutdown on app exit for autocomplete engine
- Unification of OAuth button styles and disabling email login
- Fix for subconscious seed defaults and Intelligence page stale logs
- Alignment of TeamUsage API with backend updates
New Features
- Reorganize settings and skills pages
- Unify OAuth button styles and disable email login
Full Release Notes
## What's Changed * feat(settings,skills): reorganize settings and skills pages by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/453 * fix(skills): per-card loading state on skill enable by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/454 * fix(auth): unify OAuth button styles and disable email login by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/456 * fix(onboarding): clean up referral step UI and error display by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/457 * fix(onboarding): inline permission buttons and tighten layout by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/458 * fix(subconscious): seed defaults into per-user workspace + fix Intelligence page stale log by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/462 * fix(auth): update RPC method names for authentication calls by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/463 * fix(release): sync root Cargo version in release pipeline (#449) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/461 * fix(autocomplete): graceful shutdown on app exit by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/460 * fix(billing): align TeamUsage with backend PR #616 by @senamakel in https://github.com/tinyhumansai/openhuman/pull/465 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.51.19...v0.52.0