Open
Conversation
closes #2320
…versation function. Updated prompt to clarify criteria for keeping or discarding snippets, enhancing decision-making process.
…r to get milk”) (#2362) This PR refines the memory-filter prompt so that length is no longer a discard factor. Key points: Bug / Gap: Short but critical directives like “Remember to get milk” were being flagged as unimportant and discarded. Fix: Added explicit KEEP rules for any task, request, decision, follow-up question, personal detail, or key insight—regardless of snippet length. Output unchanged: Still returns exactly discard = True|False, so downstream parsing stays intact. Expected impact: Reduces false-negative discards, ensuring brief but actionable statements are saved for later summarization and reminders.
…ty. Updated Tailwind classes to enhance text appearance and maintain consistency with design standards.
…364) - Updated styling for Markdown-rendered content within the "Plugins" section on the memory detail page. - Ensured headings and paragraph text are clearly visible against the dark background. - Aligned font sizes of plugin content with other UI elements for better visual consistency. - Includes minor cleanups to the memory page component.
Improved prompt  Existing Prompt 
…yielding 1s when processing the old conversation for socket acceptance (#2370)
- [x] better track chat usage - [x] track persona usage - [x] track app filters usage - [x] track summarised apps sheet usage - [x] track voice message usage in chat
These files didn’t get included in BasedHardware/omi#2488 sorry about that
…… (#2462) ## Problem Chat notifications clear existing messages when tapped, causing users to lose their conversation history. ## Root Cause A race condition in `HomePageWrapper.initState()` was prematurely resetting `selectedChatAppId` to `null` before notification route processing completed. ## Solution Remove the premature `setSelectedChatAppId(null)` call that was causing the race condition. ## Testing ✅ Verified that tapping chat notifications now preserves existing messages ✅ No regressions in normal app functionality ## Impact - Fixes #2442: Chat notification tapping clears messages - Improves user experience by preserving conversation history - Minimal, targeted fix with no side effects **Files changed:** 1 file, 3 lines removed ## Technical Details The issue occurred because `context.read<AppProvider>().setSelectedChatAppId(null)` was being called in the `initState()` callback, which would execute before notification navigation completed. This caused the MessageProvider to clear messages when notifications tried to navigate to specific chats. By removing this premature reset, notifications can now properly navigate to chat without interfering with existing message state.
Changed port so it doesn't run on same one as server changed to using a docker image to build CUDA updated vad to have correct modal endpoint and fix the silero fallback if not set added flag to disable translation as often not needed in dev updated docs for the vad service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.