github takeshy/obsidian-gemini-helper v1.8.5

5 hours ago

Bug Fixes

  • Fix RAG chat failing on Gemini 3 models: Gemini 3 models return the internal google_file_search function call when using File Search RAG. The plugin incorrectly ried to execute it as a regular tool, causing "Unknown tool" errors and empty responses. Internal Gemini tools are now properly skipped. (#68)
  • Fix eslint violation for Obsidian plugin review: Replace Record<string, any> with Record<string, unknown> in driveSync.ts to satisfy the Obsidian plugin review bot's no-explicit-any rule.

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

NewReleases is sending notifications on new releases.