mirror of
https://github.com/omnara-ai/omnara.git
synced 2025-08-12 20:39:09 +03:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user