import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_44 = VersionInfo.of({ version: '0.2.44:0', releaseNotes: { en_US: 'Fresh installs now default to the Relay provider for both transcription and analysis (was Gemini). Adds a one-click "↺ Use comped credits (reset to relay)" link in Settings → AI Providers that swaps both pickers back to relay without touching your saved keys — useful when you previously selected Whisper / Ollama / etc. and want to return to the out-of-the-box experience. Auto-detected Ollama is still surfaced for users who actively want it, just no longer the default.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })