Skip to main content
Bug fixes for registry URL handling and AI model compatibility.

Bug Fixes

  • HTTPS registry URLstrellis init --registry now accepts HTTPS URLs (e.g. https://github.com/user/repo) by auto-converting them to giget-style format. Supports GitHub, GitLab, and Bitbucket, including /tree/branch/path URLs and .git suffix. (#87)
  • Record-session AI compatibility — Updated the record-session command wording across all 9 platforms. AI models (especially GPT) previously refused to run add_session.py because the old “AI must NOT execute git commit” instruction was too absolute. The new wording clarifies that scripts handling .trellis/ metadata commits are safe to execute. (#88)