sim
sim copied to clipboard
Open-source platform to build and deploy AI agent workflows.
## Summary Brief description of what this PR does and why. Fixes #(issue) ## Type of Change - [ ] Bug fix - [x] New feature - [ ] Breaking...
**Describe the bug** When content is missing in the memory block the error message shows `Memory key is required` **To Reproduce** Give empty "" to content of the memory block...
## Summary - add multi-block select, add batch handle, enabled, and edge operations - added the ability to shift-click multiple blocks to perform operations - added batched socket operations -...
## Summary Restores the search icon in the editor toolbar when the search input loses focus and its text content is empty. This improves the user experience by visually indicating...
## Summary Added more wand configs to unintuitive subblocks ## Type of Change - [x] New feature ## Testing Tested manually ## Checklist - [x] Code follows project style guidelines...
## Summary ## Copilot-based Migration - **Cost Optimized**: via minimal prompt leveraging Copilot's existing knowledge - **Efficient Building**: Creates ALL blocks in ONE `edit_workflow` call, then autolayouts - no incremental...
## Summary Made Deployed MCPs more explicit to the user. ## Type of Change - [x] Other: Improvement ## Testing Tested manually ## Checklist - [x] Code follows project style...
## Summary Fix bugs with router (edge deletion, prompting) ## Type of Change - [x] Bug fix ## Testing Manual ## Checklist - [ ] Code follows project style guidelines...
## Summary - added action bar for picker/hand/undo/redo/zoom workflow controls, added general setting to disabl - added util to fitViewToBounds that is panel/sidebar/terminal aware & updated callers - added new...
## Summary Destructure outputs either by - 1. Adding a properties field to metadata tool output to expose it in the tag dropdown. This should not be a risky change...