> ## 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.4.0-beta.3

> 2026-03-13

Fix `trellis update` skipping unregistered Python scripts, plus v0.3.10 fixes merged.

## Bug Fixes

* **Update script sync** — `trellis 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 URLs** — `trellis 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)
