feat: use Google Gemini as default vision backend, make provider configurable

- Plugin options: baseURL, apiKey, model, providerID, visionModels
- Default: Google Gemini OpenAI-compatible endpoint, gemini-2.5-flash
- Support {env:VAR} templates and GEMINI_API_KEY fallback
- Legacy fallback to ludmila-ai provider block for existing setups
- vision.md subagent now uses google/gemini-2.5-flash
This commit is contained in:
Maksim Totmin
2026-08-04 20:37:40 +07:00
parent 5e24763323
commit 04e3eb8dda
5 changed files with 151 additions and 73 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
description: Анализ изображений и скриншотов (OCR текста или разбор UI)
mode: subagent
model: ludmila-ai/gemini/gemini-2.5-flash
model: google/gemini-2.5-flash
temperature: 0.1
permission:
read: allow