import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_17 = VersionInfo.of({ version: '0.2.17:0', releaseNotes: { en_US: 'Hotfix for 0.2.16: the captions fast-path was failing with "analysisModel is not defined" because transcriptionModel + analysisModel were still block-scoped inside the audio-download branch — same scoping flavor as the CANCELLED_MARK bug. Hoisted them to handler scope so the captions path (which skips the audio block) can read them. Captions-based summaries should now work cleanly with Gemini.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })