v0.0.57
What's Changed
- impl/share-dialog-wordings by @mbakgun in #281
- fix/dashboard-widget-trigger-guards by @ckakgun in #282
- Add canvas execution highlights by @mbakgun in #283
Heym adds Canvas Execution Highlights, a new debugging and observability layer for visual workflows.
After an execution completes, highlighted node outputs can be displayed inside a searchable and collapsible canvas panel. The feature supports live executions, restored execution history, and runs initiated through dashboard widgets.
For developers building complex agent and LLM workflows, this provides a faster way to understand what happened during execution without inspecting every node individually.
Full Changelog: v0.0.56...v0.0.57