Commit 9c5f2bd
committed
fix(acp): Enrich PATH at startup for macOS GUI launches
GUI apps on macOS inherit a minimal PATH that doesn't include
Homebrew, nvm, or fnm paths. This caused `node` not to be found
when spawning copilot/claude binaries (exit code 127).
Add `fix-path-env` crate from tauri-apps which sources the user's
login shell PATH at startup, fixing all 7 spawn points at once.1 parent 8d81e99 commit 9c5f2bd
3 files changed
Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
| 877 | + | |
876 | 878 | | |
877 | 879 | | |
878 | 880 | | |
| |||
0 commit comments