Skip to content

feat: expose non-interactive permission status - #177

Draft
Betafer wants to merge 1 commit into
swellweb:maint-3.5from
Betafer:codex/feat-permission-probes-v3.5
Draft

feat: expose non-interactive permission status#177
Betafer wants to merge 1 commit into
swellweb:maint-3.5from
Betafer:codex/feat-permission-probes-v3.5

Conversation

@Betafer

@Betafer Betafer commented Aug 21, 2026

Copy link
Copy Markdown

Summary

Add a non-interactive permission-status command to the installed Sender and Receiver binaries.

Setup and support tools can now inspect the exact binary that will run without constructing the Sender service, opening a window, starting capture or attaching a virtual display.

Both binaries print the same stable single-line format:

TB_PERMISSION_STATUS:screen_recording=N:accessibility=N:input_monitoring=N

The Receiver reports screen recording as zero because it does not capture the screen; it reports its Accessibility and Input Monitoring trust directly.

Scope

  • two production files
  • read-only command-line behavior
  • no permission prompts or settings changes
  • normal app startup is unchanged when the flag is absent

Verification

  • rebased onto maint-3.5 at v3.5.1-rc.3
  • Receiver: 642 checks pass and full build succeeds
  • Sender: all 111 XCTest cases pass
  • both built binaries were executed with permission-status and returned the expected parseable line without opening their normal UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant