mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* feat(terminal): expandable child workflow blocks in console * fix(terminal): cycle guard in collectWorkflowDescendants, workflow node running/canceled state * fix(terminal): expand workflow blocks nested inside loop/parallel iterations * fix(terminal): prevent child block mixing across loop iterations for workflow blocks * ack PR comments, remove extranoeus logs * feat(terminal): real-time child workflow block propagation in console * fix(terminal): align parallel guard in WorkflowBlockHandler.getIterationContext with BlockExecutor * fix(terminal): fire onChildWorkflowInstanceReady regardless of nodeMetadata presence * fix(terminal): use shared isWorkflowBlockType from executor/constants