import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_7 = VersionInfo.of({ version: '0.2.7:0', releaseNotes: { en_US: 'Plumb pluggable AI providers: Claude, OpenAI + Whisper, OpenAI-compatible (DeepSeek/Together/Groq/etc.), and local Ollama join Gemini. Transcription and analysis can independently target any provider per request. New "Set Key" StartOS actions for each. Ollama is an optional StartOS dependency — the action auto-pre-populates http://ollama.startos:11434 when Ollama is installed on the same server. Web UI still defaults to Gemini; per-provider picker comes next.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })