We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efa8b3 commit 092c0b4Copy full SHA for 092c0b4
src/claude_code_sdk/_internal/transport/subprocess_cli.py
@@ -44,6 +44,7 @@ def _find_cli(self) -> str:
44
Path.home() / ".npm-global/bin/claude",
45
Path("/usr/local/bin/claude"),
46
Path.home() / ".local/bin/claude",
47
+ Path.home() / ".claude/local/claude",
48
Path.home() / "node_modules/.bin/claude",
49
Path.home() / ".yarn/bin/claude",
50
]
0 commit comments