Scheduled sync: main → develop#1906
Merged
github-actions[bot] merged 3 commits intodevelopfrom Mar 17, 2026
Merged
Conversation
Co-authored-by: Marc Vives <marc.vives@flexcompute.com>
…tput to fix hash inconsistency (#1904) Co-authored-by: Ben <106089368+benflexcompute@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: benflexcompute <ben@flexcompute.com>
benflexcompute
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated sync needs review:
Please resolve and merge to bring
developup to date withmain.Note
Medium Risk
Touches surface-meshing validation and JSON translation paths, which can affect mesher inputs and resource reuse/hashing. Changes are scoped and covered by new translator/validation tests but could impact existing runs that rely on legacy translation behavior.
Overview
Surface meshing now treats
target_surface_node_countas a beta/GAI-only capability. Validation was updated to reject this setting for the legacy mesher while allowing it for Geometry AI and the beta surface mesher, and legacy translation now includestarget_surface_node_countwhen present.GAI surface-meshing translation output is made hash-stable. The translator now strips
selectorsfrom the filtered GAI JSON to avoid random selector UUIDs causing non-deterministic hashes, with new tests asserting selector removal and hash consistency.Adds a new example case
DTU_WindTurbineand exports it viaflow360.examples.Written by Cursor Bugbot for commit 707c02a. This will update automatically on new commits. Configure here.