import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_28 = VersionInfo.of({ version: '0.2.28:0', releaseNotes: { en_US: 'Auto-coalesce transcript before analysis on long videos (>400 segments) so the prompt fits in local-model context windows. Transcript display keeps full granularity — only the analyzer sees the coarser view. Flagged to watch for analysis-quality regressions.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })