Update claude_wrapper_v3.py (#54)

Fix claude_cli not found bug, when install it locally. 
https://docs.anthropic.com/en/docs/claude-code/setup#local-installation
This commit is contained in:
Ranran
2025-08-08 15:07:24 -05:00
committed by GitHub
parent 436361619e
commit 664fb20719

View File

@@ -591,6 +591,7 @@ class ClaudeWrapperV3:
Path.home() / ".local/bin/claude",
Path.home() / "node_modules/.bin/claude",
Path.home() / ".yarn/bin/claude",
Path.home() / ".claude/local/claude",
]
for path in locations: