@echo off REM Shim so Claude Code's apiKeyHelper works whether it is spawned via cmd.exe, REM PowerShell, or a POSIX shell (Git Bash) on Windows. powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -File "%~dp0claude-key-helper.ps1"