v0.51.2
tinyhumansai/openhumanv0.51.2Apr 2, 2026by github-actions[bot]
AI Summary
Major feature additions including billing and team management, Docker support, and a redesigned memory workspace. The release also introduces humanlike replies and package manager channels.
Key Highlights
- Added billing and team management RPC functionality
- Docker support and cloud server pipeline
- Redesigned memory workspace with graph, insights, and heatmap
- Added humanlike replies and package manager channels (brew, apt, npm)
New Features
- Billing and team management
- Docker support
- Memory workspace redesign (graph, insights, heatmap)
- Humanlike replies
- Package manager channels
Full Release Notes
## What's Changed * fix(onboarding): clear all onboarding state on logout so overlay reappears by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/167 * feat(billing, team): add billing and team management RPC functionality by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/159 * fix: reduce agent loop hallucination and improve tool call reliability by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/156 * Feat:package manager channels (brew, apt, npm ) by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/166 * Feat/humanlike replies by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/168 * revert: remove unnecessary prompt and parser changes from #156 by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/169 * fix: unwrap API envelope in memory tauriCommands and fix file path scope by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/172 * feat(docker): Dockerfile, cloud server support, and parallel release pipeline by @senamakel in https://github.com/tinyhumansai/openhuman/pull/174 * refactor: extract release workflow scripts into modular files by @senamakel in https://github.com/tinyhumansai/openhuman/pull/175 * fix: onboarding flow - registry skills, config-based flag, dead code cleanup by @senamakel in https://github.com/tinyhumansai/openhuman/pull/177 * feat(memory): conversation segmentation, event extraction, and user profile accumulation by @senamakel in https://github.com/tinyhumansai/openhuman/pull/176 * feat(e2e): move CI to Linux by default, keep macOS optional by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/141 * feat(voice): dedicated voice assistance module for STT/TTS by @senamakel in https://github.com/tinyhumansai/openhuman/pull/178 * feat: local model auto-reaction on user messages by channel type by @senamakel in https://github.com/tinyhumansai/openhuman/pull/181 * fix(e2e): overhaul all E2E specs for Linux tauri-driver by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/180 * fix(autocomplete): reliability bugs and in-app ghost text (#107) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/179 * fix(macos): restart sidecar so TCC permission state updates after System Settings (#133) by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/182 * feat(memory): redesign memory workspace with graph, insights, heatmap by @senamakel in https://github.com/tinyhumansai/openhuman/pull/185 * refactor: extract accessibility middleware module by @senamakel in https://github.com/tinyhumansai/openhuman/pull/184 * fix(skills): route sync RPC to onSync handler and persist state to memory by @senamakel in https://github.com/tinyhumansai/openhuman/pull/183 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.50.3...v0.51.2