v0.52.20
tinyhumansai/openhumanv0.52.20Apr 17, 2026by github-actions[bot]
AI Summary
Improves channel behavior with dynamic filler messages and introduces cache-level data dumps for session management.
Key Highlights
- Dynamic filler messages during long agent turns
- Cache-level prompt/response dumps in JSONL format
- Overlay activation on orb click
New Features
- Thinking message cleanup after final response
- Local AI hard-overridden to disabled until opt-in
- Proactive welcome integration into conversations
Full Release Notes
## What's Changed * fix(channels): delete thinking messages after final response (#600) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/612 * fix: wire proactive welcome into conversations by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/635 * Refactor: rust modules by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/633 * feat(overlay): activate main window on orb click (#605) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/611 * fix(ci): unblock release-packages workflow YAML parse by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/639 * feat(cache): wire-level prompt/response dumps + JSONL into session_raw/ by @senamakel in https://github.com/tinyhumansai/openhuman/pull/640 * fix(local_ai): hard-override to disabled until explicit opt-in (#573) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/637 * feat(channels): dynamic filler messages during long agent turns (#600) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/636 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.52.19...v0.52.20