mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-17 04:17:11 +00:00
Windows .cmd/.bat wrapper scripts require shell: true in spawn options. Uses same pattern as other files (ccs.ts, cliproxy-executor.ts, shell-executor.ts): - getClaudeCliInfo() returns needsShell flag - Concatenate command string when shell needed to avoid DEP0190 warning Closes #41