forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 155
Include the conversation link for memory items. #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
SuryatejaDuvvuri
wants to merge
250
commits into
codepath:main
Choose a base branch
from
SuryatejaDuvvuri:NavigateConversations/Issue#9
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Include the conversation link for memory items. #22
SuryatejaDuvvuri
wants to merge
250
commits into
codepath:main
from
SuryatejaDuvvuri:NavigateConversations/Issue#9
+172,369
−20,364
Conversation
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
* introduce subscription launch date for credit usage * inform users after 15m of silence to prevent burning through their credits * Record usages every 60s instead of 30s
* Fix docs link on the in-page refs * Rename the terms plugins -> apps
* Fix docs link on the in-page refs * Rename the terms plugins -> apps * fixing the chat with bad backward compatibility between app_id and plugin_id; enhance the UI/UX of summarized app selection
…obile app, its basically by 8/10 (BasedHardware#2818)
…#2988)" (BasedHardware#3000) This reverts commit d6a8cf3.
…eech profile multi-lang issue on on-boarding (BasedHardware#3003) * Refactor the HTTP client to make net-request more effective * Clean up the sign-out logics; Fix speech profile multi-lang issue on on-boarding
…ipts after the functions ended (BasedHardware#3011)
* Update mic test with pwm; Update new partition configs * Disable ble throughput test initial at main
* Update mic test with pwm; Update new partition configs * Clean up device storage by removing redundant logics in the apps
…r import apps capacity adapting with new apis (BasedHardware#3034)
closes BasedHardware#3024 
… pusher transcript send when user lacks credits; clear session state in _listen to mitigate memory leaks; make pusher as an optional. (BasedHardware#3042)
…edHardware#3055) * Floating macos controls * macos app > ask AI * with AI response * Revive good logics on chat * Clean it up the capture provider * Fix screenshot removal * macos control bars > ai response with markdown * control bar > click the thumbnail to open; enhance the UI * Enhance overall UX * Launch at login * refactor: Use KVO to reactively update control bar menu item Co-authored-by: aider (gemini/gemini-2.5-pro-preview-06-05) <[email protected]> * style: Refine AI conversation UI presentation * With ask follow up * Floating macos controls * macos app > ask AI * with AI response * Revive good logics on chat * Clean it up the capture provider * Fix screenshot removal * macos control bars > ai response with markdown * control bar > click the thumbnail to open; enhance the UI * Enhance overall UX * Launch at login * refactor: Use KVO to reactively update control bar menu item Co-authored-by: aider (gemini/gemini-2.5-pro-preview-06-05) <[email protected]> * style: Refine AI conversation UI presentation * Fix sending messages with files --------- Co-authored-by: aider (gemini/gemini-2.5-pro-preview-06-05) <[email protected]>
… date of creations
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.
This fixes Issue #15
Before:
After:
Demo: Demo Video