Conversation
|
EyJunge1
force-pushed
the
fix/macos-agent-permission-prompts
branch
from
September 12, 2026 11:27
2c505f8 to
c90fd63
Compare
TCC grants land on the process that asks. The GUI previously reported agent-owned rights from the wrong identity, so Input Monitoring looked denied even after the user ticked OpenLogi Agent. Native sheets now come from the agent after the first Ready snapshot; System Settings is only the Denied fallback. Closes AprilNEA#1261
…d Bluetooth Introduced a mechanism to manage agent-owned permission prompts more effectively. The GUI now tracks which permissions have already been requested during the session, ensuring that Bluetooth requests are only made after Input Monitoring is granted. This change prevents overlapping permission requests and improves user experience by managing the timing of permission prompts. Closes AprilNEA#1261
Grant polling blocked the serialized client loop for up to 60s while the sheet was unanswered. Run that wait on a spawned task so observe and device commands keep flowing.
An Input Monitoring Allow drops the waiter's client. Treat that as a reconnect, not a refusal, so System Settings does not cover a still-pending Accessibility sheet.
Linux and Windows never construct those IPC commands, so -D warnings fails clippy and MSRV. Also drop the rustdoc link to macos-only bluetooth.
…grant Master renamed the immediate-exit helper to schedule-then-teardown. The IPC prompt now asks the lifecycle to schedule a successor and exit after firmware cleanup, so HID++ diversion is not abandoned mid-grant.
EyJunge1
force-pushed
the
fix/macos-agent-permission-prompts
branch
from
September 17, 2026 14:10
c90fd63 to
d3dc828
Compare
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
org.openlogi.agent), not the GUI — TCC is per identity, which is why Settings could show a grant while the agent still could not open HID ([Bug]: Permissions - Input monitoring #1261).IOHIDCheckAccessstays stale in the granting process. BluetoothCBCentralManageris created on the AppKit main queue; authorization is polled off the tray thread.NSBluetoothAlwaysUsageDescriptionis stamped on the agent Info.plist.Closes #1261