Skip to main content
Fix trellis update skipping unregistered Python scripts, plus v0.3.10 fixes merged.

Bug Fixes

  • Update script synctrellis update now uses getAllScripts() as the single source of truth for Python script files. Previously, 11 scripts (9 in common/ and 2 in multi_agent/) were silently skipped because they weren’t registered in collectTemplateFiles()’s hand-maintained list.

Merged from v0.3.10

  • HTTPS registry URLstrellis init --registry now accepts HTTPS URLs (e.g. https://github.com/user/repo) by auto-converting them to giget-style format. (#87)
  • Record-session AI compatibility — Updated record-session command wording so AI models (especially GPT) no longer refuse to run metadata scripts. (#88)