Skip to content

v1.7.0

Choose a tag to compare

@jet52 jet52 released this 04 Mar 03:05

What's New

  • Cross-platform skill packaging: Added install.sh (macOS/Linux) and install.ps1 (Windows) installers that create a fresh venv at deploy time
  • Platform detection in SKILL.md: Commands now use $VENV_PYTHON instead of hardcoded python3, with automatic detection of Windows vs macOS/Linux venv paths
  • Portable temp directory: config.py uses tempfile.gettempdir() instead of hardcoded /tmp
  • deploy_skill.py: No longer copies .venv (venv is created by install scripts instead)