Jaakko Husso
Jaakko Husso
## Summary `Cmd+S` / `Ctrl+S` keybind to save the workflow at Node details view wasn't saving the workflow if NDV wasn't focused or if the expressions editor modal was open....
## Summary The default RunData NDV tab to open should be `schema` on non binary nodes, even after a binary node has been opened. If user opened a node with...
## Summary Fixes a bug that made the `RunDataJsonActions` component always copy data from first run within an execution regardless of the run selection, as the selected run index from...
## Summary Executing sub workflows with `Execute Sub Workflow`s in `options.waitForSubWorkflow` mode containing `Wait` nodes or "Human in the Loop" `sendAndWait` nodes would make them return wrong data to the...
## Summary Align the `DynamicTool` and `DynamicStructuredTool` name fields so that our manually implemented tools don't have separate name field, and like the automatic tool nodes generated from regular nodes...
## Summary Before:  After: Allow links in rendered markdown to break into multiple lines even if they contain long continuous blocks of text. By default they would only break...
## Summary https://github.com/user-attachments/assets/4b04af3b-c74d-4a0a-aec2-f623c5b9a473 This PR fixes expanding the items on NDV schema view if there are multiple inputs to the node containing a field with the same name. Prior to...
## Summary Fix a bug that would cause workflows duplicated on the WF canvas to always be placed in the root parent folder instead of their current parent folder, like...
## Summary This PR changes workflow removal from hard deletion to archival. Workflows are marked as archived on removal, and archived workflows can then later be deleted if user wishes...
## Summary Change folder deletion to move the workflows to project root and deactivate them instead of hard deleting them when a folder is removed without transfer location. I by...