github takeshy/obsidian-gemini-helper v1.10.1

14 hours ago

External LLM Workflow Generation

  • Copy Prompt / Paste Response flow — Added "Copy Prompt" button to the AI Workflow modal. Copies the full prompt (system + user) to clipboard for use with external LLMs (Claude, GPT, etc.), then paste the generated response back to create workflows
  • Supports both Markdown (```workflow code blocks) and raw YAML responses

Skill System Improvements

  • LLM-generated SKILL.md instructions — When "Create as Skill" is checked, the LLM now generates both the SKILL.md instructions body (AI behavioral guidelines) and the workflow YAML, instead of using the user's description as boilerplate
  • Interactive skill workflow execution — Skill workflows invoked from chat now run with the full interactive modal instead of headless execution. File selectors, value prompts, confirmation dialogs, and all other UI callbacks are available
  • Automatic input variable detection — Parses {{variables}} in workflow YAML and identifies uninitialized variables as inputs. These are listed in the LLM system prompt so the AI can infer values from the user's message and pass them via the variables parameter
  • Skill list in chat auto-refreshes after skill creation

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

NewReleases is sending notifications on new releases.