mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
## Summary - Skip Subconscious ticks before writing per-task activity rows when no OpenHuman session/local provider path is available. - Add provider availability fields to `subconscious_status` and show a paused/configuration banner in Intelligence > Subconscious. - Route the tick evaluator through `subconscious_provider` while reusing the existing memory-tree chat provider plumbing. Closes #1374 ## Testing - [x] `cargo fmt --all --check` - [x] `pnpm --filter openhuman-app test -- src/components/intelligence/__tests__/IntelligenceSubconsciousTab.test.tsx` - [x] `pnpm --filter openhuman-app compile` - [x] `pnpm i18n:check` - [x] `git diff --check` - [x] `cargo test -p openhuman subconscious::engine::tests --lib` attempted locally, blocked before tests by `whisper-rs-sys` missing `libclang` (`LIBCLANG_PATH` unset). ## PR Checklist - [x] I linked the relevant issue(s) above. - [x] I added or updated tests for the changed behavior, or explained why this is not needed. - [x] I ran the relevant local checks, or documented why they could not be run. - [x] I kept the change scoped to the issue. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Show an amber warning when the AI provider is unavailable, display the unavailable reason, provide a quick link to AI settings, disable the "Run Now" button, and show a translated tooltip explaining the unavailable status. * **Internationalization** * Added provider-unavailable title and settings label translations across multiple languages. * **Tests** * Added tests covering the provider-unavailable UI, disabled Run Now behavior, and settings navigation. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/tinyhumansai/openhuman/pull/2314?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: aqilaziz <gonzes7@gmail.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.