Files
claude-mode/bin/claude-key-helper.cmd
smoido 112068314c Import claude-code-switcher from the Windows build
Source of truth so far has been c:\Users\smoido\projects\cli on the Windows
box, which has no git history of its own. This is that tree copied verbatim over
SSH, minus dist/ - the PowerShell build, the POSIX port under linux/, and the
presets both share.

Recorded as its own commit so that everything after it is a reviewable diff
rather than an undifferentiated first drop.
2026-08-30 21:05:48 +03:00

5 lines
247 B
Batchfile
Executable File

@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"