Hive Hive
Sign in

CLI 4.198.1

Metadata
Source
GitHub
Version
4.198.1
Published
Jun 09, 2026 · 16:49 UTC
Repository
tuist/tuist
Update

This release improves cache reliability when using focused generation with binary caching.

  • Stable cache hashes for focused generate: When running tuist generate <target> with binary cache enabled, the cache keys now match the ones produced by tuist hash cache and cache warming. The CLI hashes the normalized graph before focus/tree-shaking is applied, while still generating only the focused subset of targets. This reduces unnecessary cache misses when you work with a fixed set of targets.
  • Scoped cache fetches: Binary cache lookups are limited to the targets in the current focused graph, so the CLI no longer fetches or reports artifacts for targets that are not part of the generation.