v0.52.12
tinyhumansai/openhumanv0.52.12Apr 15, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing voice processing capabilities and improving the developer experience. Key updates include GPU and Metal acceleration for Whisper, voice hallucination filters, and a significant increase in Rust test coverage.
Key Highlights
- GPU/Metal acceleration for Whisper voice processing
- Voice hallucination filter implementation
- Removal of Screen & Accessibility Permissions step in onboarding
- Rust unit test coverage increased to ≥80%
- Smart routing and unified delegation guide for toolkits
New Features
- Disable permission auto-prompts + typing indicator on webhook channels
- Smart routing
- Unified delegation guide + dynamic per-toolkit tool registration
Full Release Notes
## What's Changed * fix(onboarding): remove Screen & Accessibility Permissions step by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/557 * Fix: GitHub composeio by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/543 * fix(voice): add hallucination filter to chat voice path (#553) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/556 * feat: disable permission auto-prompts + typing indicator on webhook channels by @senamakel in https://github.com/tinyhumansai/openhuman/pull/552 * test(coverage): raise Rust unit test coverage to ≥80% on 10 critical modules (issue #530) by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/567 * fix(voice): enable GPU detection and Metal acceleration for whisper (#558) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/571 * Feat: smart routing by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/569 * feat(prompt): unified delegation guide + dynamic per-toolkit tool registration (#447) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/570 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.52.9...v0.52.12