import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_8 = VersionInfo.of({ version: '0.2.8:0', releaseNotes: { en_US: 'Hotfix: Dockerfile now copies server/providers/ into the runtime image — the 0.2.7 build was missing this directory, causing the service to crash on startup with ERR_MODULE_NOT_FOUND. Also lands the new "AI Providers" picker UI in Settings (Transcription + Analysis provider/model dropdowns + per-provider API keys & endpoints) — old single-key flow still works.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })