v0.51.17
tinyhumansai/openhumanv0.51.17Apr 7, 2026by github-actions[bot]
AI Summary
A massive feature release introducing core infrastructure like the typed event bus, standalone servers for voice/screen intelligence, and extensive integration tools.
Key Highlights
- Introduction of typed event bus for cross-module decoupling
- Standalone voice dictation server with hotkey support
- Standalone screen intelligence server with OCR + vision pipeline
- Additions of agent integration tools for Twilio, Google Places, and Parallel
- Scope user data to per-user directories and extract socket controller
New Features
- Native typed request/response surface + channels encapsulation
- Standalone voice dictation server
- Standalone screen intelligence server
- Agent integration tools for Twilio, Google Places, and Parallel
Full Release Notes
## What's Changed * feat(channels): Discord server/channel wiring and picker (#289) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/349 * Improve autocomplete observability and runtime controls in settings + JSON-RPC by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/308 * feat(nav): enable Home tab in bottom toolbar by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/361 * fix(settings): normalize padding across all settings panels by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/362 * refactor(intelligence): move memory workspace to Settings > Developer Options by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/364 * fix(memory): graph query returns namespace data and add sync e2e tests (#344) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/363 * feat: extract and load user working memory from skill sync payloads by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/357 * Feat/343 screen intelligence e2e tests by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/359 * fix(agent): inject skill tools into agent registry and unify ToolResult (#341) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/360 * Fix: decouple chat from local Ollama, route inference through Rust by @senamakel in https://github.com/tinyhumansai/openhuman/pull/369 * feat: scope user data to per-user directories by @senamakel in https://github.com/tinyhumansai/openhuman/pull/370 * feat: add typed event bus for cross-module decoupling by @senamakel in https://github.com/tinyhumansai/openhuman/pull/374 * feat(local_ai): sentiment analysis, GIF decision & Tenor search by @senamakel in https://github.com/tinyhumansai/openhuman/pull/373 * feat(update): core sidecar self-update with version detection by @senamakel in https://github.com/tinyhumansai/openhuman/pull/372 * Enhance E2E testing environment by updating Dockerfile and workflows by @senamakel in https://github.com/tinyhumansai/openhuman/pull/376 * feat: text_input domain module for focused field read/insert/ghost text by @senamakel in https://github.com/tinyhumansai/openhuman/pull/377 * feat(integrations): add agent integration tools for Twilio, Google Places, and Parallel by @senamakel in https://github.com/tinyhumansai/openhuman/pull/375 * feat(event_bus): wire webhooks, channels & skills through the event bus by @senamakel in https://github.com/tinyhumansai/openhuman/pull/379 * feat(voice): standalone voice dictation server with hotkey support by @senamakel in https://github.com/tinyhumansai/openhuman/pull/368 * fix(voice): anti-hallucination, clipboard paste, Fn key reliability by @senamakel in https://github.com/tinyhumansai/openhuman/pull/380 * feat(memory): timestamp-prefixed document IDs by @senamakel in https://github.com/tinyhumansai/openhuman/pull/381 * Feat/overlay by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/378 * feat(screen-intelligence): standalone server with OCR + vision pipeline by @senamakel in https://github.com/tinyhumansai/openhuman/pull/382 * feat(memory): global singleton, CLI, graph extraction fixes & light storage by @senamakel in https://github.com/tinyhumansai/openhuman/pull/383 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.51.8...v0.51.17