You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Test test_anthropic_api_key_handling fails on Windows with "Claude CLI not installed" because subprocess.run(["claude", ...]) doesn’t handle claude.ps1.
Steps to Reproduce:
Install Claude CLI (npm install -g @anthropic-ai/claude-code).
Run pytest claudecode/test_integration.py::TestEnvironmentSetup::test_anthropic_api_key_handling.
Error: Failed: Claude CLI not installed.
Root Cause: SimpleClaudeRunner uses subprocess.run without handling PowerShell scripts.
Environment: Windows 11, Claude CLI 1.0.71, Node.js 22.17.0, npm 10.9.2.