v0.49.32
tinyhumansai/openhumanv0.49.32Mar 31, 2026by github-actions[bot]
AI Summary
Initial release focusing on core architecture refactoring, including the separation of the Tauri host and core runtime, and the integration of local AI and accessibility automation.
Key Highlights
- Split Tauri host from core runtime (sidecar lifecycle)
- Accessibility automation v1 (core + tauri + settings)
- Integration of mistral.rs local runtime for qwen3.5-1b
- Skills registry-based management and RPC state migration
New Features
- Sidecar architecture
- Accessibility automation v1
- Local AI runtime integration
- CLI command completions
- Channel schema and definition-driven UI
Full Release Notes
## What's Changed * Feat/gitbooks by @senamakel in https://github.com/tinyhumansai/openhuman/pull/1 * Feat/landing revamp by @senamakel in https://github.com/tinyhumansai/openhuman/pull/3 * Refactor testing scripts in package.json and update dependencies by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/4 * sync branches by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/5 * fix: stabilize daemon service lifecycle and align Agent Status UI by @senamakel in https://github.com/tinyhumansai/openhuman/pull/6 * Fix/monday patches by @senamakel in https://github.com/tinyhumansai/openhuman/pull/7 * Develop by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/8 * Fix/wednesday patches by @senamakel in https://github.com/tinyhumansai/openhuman/pull/9 * Develop by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/10 * Fix/wednesday patches by @senamakel in https://github.com/tinyhumansai/openhuman/pull/11 * feat: Intelligence Page by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/12 * Remove outdated daemon lifecycle and Gmail skill documentation by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/13 * feat: replace optimistic message removal with error response handling by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/14 * feat: add Developer Options panel with tools for skills, AI configura… by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/15 * refactor: update memory recall methods to return context as JSON values by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/16 * Memory Layer Only by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/17 * refactor: streamline message handling in Conversations component by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/18 * fix/rename by @senamakel in https://github.com/tinyhumansai/openhuman/pull/20 * refactor: replace OpenClaw AI config flow and standardize PR template by @senamakel in https://github.com/tinyhumansai/openhuman/pull/21 * Simplify Conversations to a single default thread by @senamakel in https://github.com/tinyhumansai/openhuman/pull/22 * Feat/memory flow by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/36 * fixes: conversation fixes by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/38 * Intelligence and Conscious Layer by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/40 * fix: remove standalone bins from Cargo.toml to fix Tauri bundler failure by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/39 * refactor: split tauri host from openhuman_core runtime by @senamakel in https://github.com/tinyhumansai/openhuman/pull/43 * refactor: consolidate CLI binaries and streamline CI workflows by @senamakel in https://github.com/tinyhumansai/openhuman/pull/44 * chore: remov unwanted/mobile references and update skills submodule by @senamakel in https://github.com/tinyhumansai/openhuman/pull/45 * feat(core): in-process mistral.rs local runtime for qwen3.5-1b by @senamakel in https://github.com/tinyhumansai/openhuman/pull/46 * feat: accessibility automation v1 (core + tauri + settings) by @senamakel in https://github.com/tinyhumansai/openhuman/pull/47 * feat(local-ai): sequential multi-model downloads + multimodal local runtime by @senamakel in https://github.com/tinyhumansai/openhuman/pull/48 * feat(cli): integrate clap_complete for shell command completions by @senamakel in https://github.com/tinyhumansai/openhuman/pull/49 * feat: split screen intelligence from accessibility and add dedicated settings by @senamakel in https://github.com/tinyhumansai/openhuman/pull/50 * Add standalone core autocomplete with Gemma inline completion by @senamakel in https://github.com/tinyhumansai/openhuman/pull/51 * Feat/refactor UI code by @senamakel in https://github.com/tinyhumansai/openhuman/pull/52 * Refactor controller registration into domain schemas and generic registry by @senamakel in https://github.com/tinyhumansai/openhuman/pull/53 * Improve service lifecycle E2E coverage and align CI workflows by @senamakel in https://github.com/tinyhumansai/openhuman/pull/62 * Refactor UI auth/bootstrap and remove legacy UI runtime layers by @senamakel in https://github.com/tinyhumansai/openhuman/pull/63 * Fix false service gate blocking when service is already running by @senamakel in https://github.com/tinyhumansai/openhuman/pull/64 * Improve autocomplete UX (inline + external overlay), add serve mode, and add macOS ARM64 release workflow by @senamakel in https://github.com/tinyhumansai/openhuman/pull/66 * Update TODO.md by @graycyrus in https://github.com/tinyhumansai/openhuman/pull/74 * Enhance TypeScript testing configuration by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/77 * Add OAuth provider tests for Discord, GitHub, Google, and Twitter by @M3gA-Mind in https://github.com/tinyhumansai/openhuman/pull/78 * Enhance CI workflows: multi-platform build, Rust quality gates, Windows release by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/75 * feat(autocomplete): personalise suggestions via accepted-completion history by @oxoxDev in https://github.com/tinyhumansai/openhuman/pull/76 * Docs: issue/PR templates, CLAUDE workflow notes, PR template filename by @senamakel in https://github.com/tinyhumansai/openhuman/pull/83 * refactor(tauri): reduce desktop host to sidecar lifecycle + deep-link by @senamakel in https://github.com/tinyhumansai/openhuman/pull/84 * feat(e2e): file-based auth injection and deep link delivery for E2E tests by @senamakel in https://github.com/tinyhumansai/openhuman/pull/85 * Fix build.yml: Ubuntu-only build by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/86 * feat(channels): add channel schema, RPC controllers, and definition-driven UI by @senamakel in https://github.com/tinyhumansai/openhuman/pull/88 * Fix test.yml: build + stage sidecar before Tauri shell tests by @CodeGhost21 in https://github.com/tinyhumansai/openhuman/pull/90 * Skills runtime, onboarding, deep links, and core RPC refinements by @senamakel in https://github.com/tinyhumansai/openhuman/pull/95 * docs: REPL / interactive shell design (#92) by @senamakel in https://github.com/tinyhumansai/openhuman/pull/96 * feat(skills): registry-based skill management + RPC state migration by @senamakel in https://github.com/tinyhumansai/openhuman/pull/98 * Fix/skills 3 by @senamakel in https://github.com/tinyhumansai/openhuman/pull/103 ## New Contributors * @M3gA-Mind made their first contribution in https://github.com/tinyhumansai/openhuman/pull/4 * @graycyrus made their first contribution in https://github.com/tinyhumansai/openhuman/pull/5 * @CodeGhost21 made their first contribution in https://github.com/tinyhumansai/openhuman/pull/39 * @oxoxDev made their first contribution in https://github.com/tinyhumansai/openhuman/pull/76 **Full Changelog**: https://github.com/tinyhumansai/openhuman/commits/v0.49.32