github takeshy/obsidian-gemini-helper v1.5.0

5 hours ago

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)
screenshot-2026-01-18_21-30-07

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
screenshot-2026-01-18_21-32-38 screenshot-2026-01-18_21-31-56 screenshot-2026-01-18_21-31-16

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)
snap_history

Full Changelog: v1.4.9...v1.5.0

Don't miss a new obsidian-gemini-helper release

NewReleases is sending notifications on new releases.