Conversation
📋 PR Review Helper📱 Mobile App Build✅ Ready to test! (commit 🔀 Test Locallygh pr checkout 1720 |
Deploying mentra-live-ota-site with
|
| Latest commit: |
e05043e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ab3058ee.mentra-live-ota-site.pages.dev |
| Branch Preview URL: | https://staging.mentra-live-ota-site.pages.dev |
Deploying mentra-store-dev with
|
| Latest commit: |
ee53702
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0cfb7043.augmentos-appstore-2.pages.dev |
| Branch Preview URL: | https://staging.augmentos-appstore-2.pages.dev |
Deploying dev-augmentos-console with
|
| Latest commit: |
ee53702
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e6859ffe.dev-augmentos-console.pages.dev |
| Branch Preview URL: | https://staging.dev-augmentos-console.pages.dev |
Deploying prod-augmentos-account with
|
| Latest commit: |
ee53702
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://417f6dd9.augmentos-e84.pages.dev |
| Branch Preview URL: | https://staging.augmentos-e84.pages.dev |
Deploying mentra-store-beta with
|
| Latest commit: |
ee53702
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d549e14f.mentra-store-beta.pages.dev |
Two-part fix for 'Cannot track resources on a disposed ResourceTracker' error: 1. AppManager.getOrCreateAppSession() - Detect disposed sessions and create fresh ones instead of reusing them. This prevents crashes when resurrection is attempted after OWNERSHIP_RELEASE. 2. AppServer.cleanup() - No longer sends OWNERSHIP_RELEASE on clean_shutdown. The cloud will enter grace period and resurrect via webhook when SDK comes back up after restart/redeploy. Root cause: SDK was incorrectly sending OWNERSHIP_RELEASE: clean_shutdown on server restart, telling the cloud 'don't resurrect'. But for restarts, we WANT the cloud to resurrect the app. OWNERSHIP_RELEASE should only be sent for: - switching_clouds: User moved to another cloud, don't compete - user_logout: User explicitly logged out NOT for clean_shutdown (server restart) - cloud should resurrect. Issue: cloud/issues/023-disposed-appsession-resurrection-bug
Add default ElevenLabs voice settings with env var + hardcoded fallbacks
fix android audio playback pt 2
Renamed property from userEmail to storedUserEmail to avoid conflict with setUserEmail() function setter. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added sendStoredUserEmailToAsgClient() to both Android and iOS MentraLive to send the user email during glasses initialization, similar to how coreToken is sent. This ensures crash reports have user context even after reconnection. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
More onboarding fixes
… logic in GalleryScreen to focus on newly downloaded photos, and enhance retry logic in ASG Camera API with exponential backoff adjustments. Improve logging in GallerySyncService for better connection feedback.
…ix android onboarding vids
Dev to staging (fully tested as of a1acf82)
fix-head-up-bug
…Plus into staging
Onboarding UI fixes
small fix for glasses mirror
…resh-install fix mic bug on fresh installs
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.