fix: avoid repeated macOS privacy prompts#1524
Merged
Conversation
nwparker
commented
May 7, 2026
Contributor
Author
nwparker
left a comment
There was a problem hiding this comment.
Reviewed locally. No blocking findings. I specifically re-checked the root cause path for #1522, the new seeded auth-root cache behavior, local-vs-SSH path boundaries, the branch/head status polling replacement, terminal-history GC, and optional usage analytics. Focused Vitest coverage, oxlint, tc:node, and tc:web all pass locally.
….com-stablyai-orca-issues-1522 # Conflicts: # package.json # pnpm-lock.yaml
….com-stablyai-orca-issues-1522
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.
Fixes #1522.
Summary
realpath()until a specific file operation needs canonicalization.fetchWorktreespoll by returning branch/head fromgit status --branchfor local and SSH paths.mainmerge’s oxlint 1.63 fallout by dropping the removedreact/jsx-uses-varsrule and replacing one existing error-boundarycomponentDidUpdatereset with derived state.Verification
pnpm exec vitest run --config config/vitest.config.ts src/main/ipc/filesystem.test.ts src/main/ipc/worktrees.test.ts src/main/ipc/worktrees-windows.test.ts src/main/ipc/repos-create.test.ts src/main/ipc/repos-sparse-presets.test.ts src/main/ipc/repos-remote.test.ts src/main/git/status.test.ts src/relay/git-handler.test.ts src/renderer/src/store/slices/worktrees.test.ts src/main/window/attach-main-window-services.test.ts src/main/window/history-gc-worktree-ids.test.ts src/main/terminal-history.test.ts src/main/usage-worktree-metadata.test.ts src/main/claude-usage/store.test.ts src/main/codex-usage/store.test.ts src/main/claude-usage/scanner.test.ts src/main/codex-usage/scanner.test.tspnpm exec oxlint --format githubpnpm exec oxlint <touched files>pnpm run tc:nodepnpm run tc:web