Hive Hive
Sign in

CLI 4.195.8

Metadata
Source
GitHub
Version
4.195.8
Published
May 27, 2026 · 14:39 UTC
Repository
tuist/tuist
Update

This version improves performance when using recursive exclusion patterns such as Documentation/internal/**/*.

Previously, those patterns were expanded into full path sets before filtering, so manifest loading would still traverse and materialize excluded subtrees. Now, recursive exclude suffixes are collapsed to their concrete directory root, letting file and resource mappers reject descendants without enumerating the whole subtree first.