Commit d6bd23d
fix(acp): set CLAUDE_CODE_EXECUTABLE to fix musl binary resolution
The v0.30.0 adapter resolves its native binary via require.resolve()
on platform-specific optional deps. On Linux it tries the musl
variant first; if that file exists but the musl loader is missing,
the binary silently fails to execute, causing "Failed to create ACP
session". Setting CLAUDE_CODE_EXECUTABLE to the system-installed
claude binary sidesteps this entirely.
Also adds @latest suffix to the package name to force bunx to resolve
the correct scope instead of a stale @zed-industries cache entry.
🤖 Generated with [Nori](https://noriagentic.com)
Co-Authored-By: Nori <contact@tilework.tech>1 parent fe848d0 commit d6bd23d
2 files changed
Lines changed: 21 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
718 | 720 | | |
719 | 721 | | |
720 | 722 | | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
721 | 738 | | |
722 | 739 | | |
723 | 740 | | |
724 | 741 | | |
725 | 742 | | |
726 | | - | |
| 743 | + | |
727 | 744 | | |
728 | 745 | | |
729 | 746 | | |
| |||
1002 | 1019 | | |
1003 | 1020 | | |
1004 | 1021 | | |
1005 | | - | |
| 1022 | + | |
1006 | 1023 | | |
1007 | 1024 | | |
1008 | 1025 | | |
| |||
0 commit comments