Skip to content

Commit 5a4cc2f

Browse files
ashwin-antclaude
andauthored
feat: add support for Claude CLI at ~/.claude/local/claude (#302)
Add ~/.claude/local/claude to the list of locations checked when finding the Claude CLI binary. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent c30ffbe commit 5a4cc2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/claude_agent_sdk/_internal/transport/subprocess_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ def _find_cli(self) -> str:
7777
Path.home() / ".local/bin/claude",
7878
Path.home() / "node_modules/.bin/claude",
7979
Path.home() / ".yarn/bin/claude",
80+
Path.home() / ".claude/local/claude",
8081
]
8182

8283
for path in locations:

0 commit comments

Comments
 (0)