Drop the copy-to-clipboard share actions and fix the System cooling handoff - #58
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 64aec25ca6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| statusMessage = passiveStatusMessage(for: mode) | ||
| return | ||
| } | ||
| resetToSystemAutomatic() |
There was a problem hiding this comment.
Keep system handoff on the non-installing helper path
When the helper executable exists but its connection state is .unreachable, this call enters resetToSystemAutomatic(), whose ensureHelperInstalledIfNeeded() invokes attemptPrivilegedInstall(forceReinstall: true) and can display an administrator authorization prompt. This contradicts the new non-escalating System-mode contract and also occurs during automatic handoffs after wake; use the existing executeIfInstalled path so selecting a system-owned mode never initiates installation or repair.
Useful? React with 👍 / 👎.
No description provided.