Find claude when installed by /migrate-installer

This commit is contained in:
Romain Gehrig 2025-06-24 16:56:06 +02:00
parent 7efa8b3987
commit 092c0b47eb
No known key found for this signature in database

View file

@ -44,6 +44,7 @@ class SubprocessCLITransport(Transport):
Path.home() / ".npm-global/bin/claude",
Path("/usr/local/bin/claude"),
Path.home() / ".local/bin/claude",
Path.home() / ".claude/local/claude",
Path.home() / "node_modules/.bin/claude",
Path.home() / ".yarn/bin/claude",
]