Fix first-run onboarding and encoder permission UI - #23
Merged
Conversation
Signed-off-by: Felix Graupner <felix.graupner@icloud.com>
Signed-off-by: Felix Graupner <felix.graupner@icloud.com>
Krypt0ph0ne
marked this pull request as ready for review
August 3, 2026 16:53
Krypt0ph0ne
added a commit
that referenced
this pull request
Aug 4, 2026
* Fix first-run onboarding and encoder permission UI * Hide unnecessary Input Monitoring guidance ---------
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
Root cause
The CodexPad-to-Agent-Micro preference migration copied
hasCompletedOnboarding, so an already completed legacy guide could suppress the new Agent Micro guide. The direct-pad UI also rendered an unnecessaryNot neededInput Monitoring row in onboarding and, in older installed builds, in the encoder section.Validation
swift test: 117 tests passed, 1 hardware test skipped by designcargo test --locked --manifest-path References/ch57x-keyboard-tool/Cargo.toml: 43 passedbash -n script/*.shandgit diff --check./script/build_and_run.sh --package-only: valid ad-hoc-signeddist/Agent Micro.app./script/build_and_run.sh --verify: installed and launched/Applications/Agent Micro.appThe repository supports local
.apppackaging without an Apple Developer account. Ad-hoc signing is suitable for local use; public distribution still needs user Gatekeeper approval and is not notarized.