Add Full Disk Access guide image to onboarding#5771
Merged
Conversation
Shows a visual guide when the AI asks the user to grant Full Disk Access, same pattern as other permission images (screen recording, microphone, etc). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Greptile SummaryThis PR completes the onboarding guide image coverage for the "Full Disk Access" macOS permission by adding a Key changes:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant AI as AI / ChatProvider
participant View as OnboardingChatView
participant Image as OnboardingPermissionImage
participant Exec as ChatToolExecutor
participant OS as macOS System Settings
AI->>View: quickReplyOptions = ["Grant Full Disk Access"]
View->>Image: permissionType("Grant Full Disk Access") → "full_disk_access"
Image-->>View: full_disk_access.png (guide image displayed)
View->>View: User taps "Grant Full Disk Access"
View->>Exec: request_permission(type: "full_disk_access")
Exec->>OS: NSWorkspace.open(Privacy_AllFiles URL)
OS-->>View: (pending — user toggles in System Settings)
View->>View: 1s timer detects hasFullDiskAccess = true
View->>AI: "Grant Full Disk Access — done!"
Last reviewed commit: "Add Full Disk Access..." |
Glucksberg
pushed a commit
to Glucksberg/omi-local
that referenced
this pull request
Apr 28, 2026
## Summary - Add `full_disk_access.png` guide image to Resources - Map "Grant Full Disk Access" button to show the guide image - Add `full_disk_access` case to `OnboardingPermissionImage` 🤖 Generated with [Claude Code](https://claude.com/claude-code)
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.
Summary
full_disk_access.pngguide image to Resourcesfull_disk_accesscase toOnboardingPermissionImage🤖 Generated with Claude Code