Skip to content

Commit 092c0b4

Browse files
committed
Find claude when installed by /migrate-installer
1 parent 7efa8b3 commit 092c0b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/claude_code_sdk/_internal/transport/subprocess_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def _find_cli(self) -> str:
4444
Path.home() / ".npm-global/bin/claude",
4545
Path("/usr/local/bin/claude"),
4646
Path.home() / ".local/bin/claude",
47+
Path.home() / ".claude/local/claude",
4748
Path.home() / "node_modules/.bin/claude",
4849
Path.home() / ".yarn/bin/claude",
4950
]

0 commit comments

Comments
 (0)