Fixes 56#3234
Open
fossephate wants to merge 9 commits into
Open
Conversation
Contributor
📋 PR Review Helper📱 Mobile App Build✅ Ready to test! (commit 🕶️ ASG Client Build⏳ Waiting for build... 🔀 Test Locallygh pr checkout 3234 |
Contributor
PR Agent Orchestrator State{
"cycle": 4,
"fixRound": 0,
"totalReviewerRuns": 4,
"consecutiveNoNewReviews": 4,
"openFindings": [],
"resolvedFindings": [],
"nitFindings": [],
"phase": "discovery",
"status": "in_progress",
"lastPair": [],
"stagnationFixRounds": 0,
"lastOpenCount": 0,
"fingerprintReopenCounts": {},
"mutedFingerprints": []
} |
Contributor
🤖 PR Agent Review — cycle 4✅ No blocking findings · 0 blocking · 0 nits No model reviews ran this cycle. Updated automatically by the PR Agent Orchestrator each review cycle. Nits do not block merge. |
PhilippeFerreiraDeSousa
approved these changes
Jun 24, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ffdea31. Configure here.
Deploying mentra-live-ota-site with
|
| Latest commit: |
c996cae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b007600a.mentra-live-ota-site.pages.dev |
| Branch Preview URL: | https://fixes-56.mentra-live-ota-site.pages.dev |
Deploying mentra-store-dev with
|
| Latest commit: |
c996cae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a7371647.augmentos-appstore-2.pages.dev |
| Branch Preview URL: | https://fixes-56.augmentos-appstore-2.pages.dev |
Deploying dev-augmentos-console with
|
| Latest commit: |
c996cae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://85cd2ec3.dev-augmentos-console.pages.dev |
| Branch Preview URL: | https://fixes-56.dev-augmentos-console.pages.dev |
Deploying prod-augmentos-account with
|
| Latest commit: |
c996cae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://be8450da.augmentos-e84.pages.dev |
| Branch Preview URL: | https://fixes-56.augmentos-e84.pages.dev |
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.

Note
Medium Risk
Changes G2 mic/page recovery and DeviceStore semantics on a critical glasses audio path; calendar and touch fixes are narrower but still user-facing.
Overview
Fixes stranded glasses mic behavior on G2 when firmware tears down the EvenHub page: intent (
evenHubMicIntent/ DeviceManagermicEnabled+ glasses mic type) is now kept separate from hardware state (glasses/micEnabledin DeviceStore). Page shutdown, dashboard, and system-exit paths only clear state so recovery and the LC3 watchdog can re-arm the mic instead of bailing on a false “mic off” flag.recoverPageAndMicskips phantom recoveries when intent already matches state;restartMic/setMicEnabledfollow the same model on Android and iOS. Connect handshake also sends time sync to both left and right buds.Mantle pushes calendar snapshots with
startDate, writes them into the in-memorycalendar_eventssetting before the Bluetooth bulk sync (avoids native store clobber), and exposessendCalendarEventspublicly.Local miniapps map touch
gestureNameontokindso per-gestureonTouchstreams and SDKTouchDataline up.Lockfile only: miniapp-cli swaps
qrcode-terminalforqrcode(transitive lock updates).Reviewed by Cursor Bugbot for commit c25c672. Bugbot is set up for automated code reviews on this repo. Configure here.