import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_14 = VersionInfo.of({ version: '0.2.14:0', releaseNotes: { en_US: 'Three fixes around the Whisper / Parakeet path: (1) the activity log now says "Whisper at ()" instead of the misleading "OpenAI Whisper" when a custom endpoint is configured. (2) The user-defined Models field in Settings now actually reaches the server — previously the frontend kept it client-side only, so the server fell back to whisper-1 in its fallback chain (and tried whisper-1 against your Parakeet wrapper, which doesn\'t have it). Fallback chain now respects your model list. (3) retryAPI now logs the full error body/cause/status to the StartOS service logs on every failed attempt, so generic "500 status code (no body)" failures finally surface what the upstream actually returned.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })