import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_45 = VersionInfo.of({ version: '0.2.45:0', releaseNotes: { en_US: 'Fix: Summarize button was disabled when Relay was the selected provider but no Gemini key was entered. The submit-disabled check now correctly recognizes Relay (and any other provider with a valid config — including auto-detected Ollama and server-configured keys) instead of insisting on a Gemini key specifically.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })