v0.51.19
tinyhumansai/openhumanv0.51.19Apr 8, 2026by github-actions[bot]
AI Summary
Introduces local AI optimization and new UI patterns for onboarding and upselling, including RAM-tiered presets and a referral system.
Key Highlights
- RAM-tiered local AI presets for flexibility
- Redesign of WelcomeStep as an auto-advancing carousel
- OCR-only mode for screen intelligence without vision models
- Implementation of referral system with UI and API integration
- Usage-aware banners and rate-limit modal for upselling
New Features
- OCR-only mode without vision model
- Hierarchical summary tree module with CLI
- Implement referral system with UI components and API integration
Full Release Notes
## What's Changed * feat(screen-intelligence): OCR-only mode without vision model by @senamakel in https://github.com/tinyhumansai/openhuman/pull/424 * Add RAM-tiered local AI presets by @senamakel in https://github.com/tinyhumansai/openhuman/pull/425 * feat(tree-summarizer): hierarchical summary tree module with CLI by @senamakel in https://github.com/tinyhumansai/openhuman/pull/423 * feat(onboarding): redesign WelcomeStep as auto-advancing carousel by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/427 * refactor(billing): update terminology from "5-hour" to "10-hour" . by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/431 * fix(settings): resolve blank state on first open by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/429 * fix(ui): state-aware bootstrap buttons with user feedback (#353) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/426 * feat(refer) : Implement referral system with UI components and API integration by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/430 * fix(conversations): add bypassRateLimit flag to team usage and update by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/438 * Fix: telegram replies by @YellowSnnowmann in https://github.com/tinyhumansai/openhuman/pull/436 * feat(upsell): usage-aware banners, rate-limit modal, and shared usage hook by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/440 * Feat/chat issue by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/441 * fix(autocomplete): auto-start engine when config enabled (#412) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/442 * fix(chat): deduplicate assistant messages by subscribing to canonical events only (#432) by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/439 * feat(subconscious): stabilize heartbeat + subconscious loop (#392) by @sanil-23 in https://github.com/tinyhumansai/openhuman/pull/437 **Full Changelog**: https://github.com/tinyhumansai/openhuman/compare/v0.51.18...v0.51.19