mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-11 02:33:51 +08:00
- Add shared python-utils.ts module for consistent Python detection - Use `python -m pip` instead of direct pip command (fixes "pip not found") - Support CCW_PYTHON env var for custom Python path - Use Windows py launcher to find compatible versions (3.9-3.12) - Warn users when Python version may not be compatible with onnxruntime Fixes issues where users couldn't install ccw-litellm due to: - pip not in PATH - Only pip3 available (not pip) - Python 3.13+ without onnxruntime support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>