New Features
Workflow Execution Progress Modal
- New progress modal displays real-time workflow execution status
- Shows each node's input/output details with expandable sections
- Visual Workflow panel: Always shows progress modal
- Hotkey / Workflow list: Shows progress modal by default (configurable)
- Event triggers: No progress modal (runs silently in background)
AI Workflow Generation Improvements
- Progress display during AI workflow generation
- Preview confirmation before applying generated workflows
- Execution history reference - Select past execution results to provide context when requesting modifications (e.g., "Step 2 timed out, please add retry logic")
- Request history - All previous modification requests are passed to the AI for better context
Workflow Options
- New showProgress option to control progress modal for hotkey/workflow list execution
- Set showProgress: false to run silently
- Default is true (show progress)
name: My Workflow
options:
showProgress: false
nodes:
- id: step1
type: command
...
Improvements
Edit History UI
- Moved Snapshot and History to file right-click menu
- Accessible on both desktop and mobile
- Skip snapshot save when content is unchanged (no duplicate entries)
Full Changelog: v1.4.9...v1.5.0