> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.3.10

> 2026-03-12

Bug fixes for registry URL handling and AI model compatibility.

## Bug Fixes

* **HTTPS registry URLs** — `trellis 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)
