import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_25 = VersionInfo.of({ version: '0.2.25:0', releaseNotes: { en_US: 'Cancel button now actually interrupts in-flight provider API calls (AbortController wired through transcription + analysis), so cancellation is immediate instead of waiting for the next pipeline checkpoint.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })