import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk' export const v0_1_0 = VersionInfo.of({ version: '0.1.0:1', releaseNotes: { en_US: 'Generic placeholders in Configure Sparks; Show Public Key emits a ready-to-paste install command; dashboard shows the OpenAI-compatible base URL + current model ID with one-click copy and a curl example.', }, migrations: { up: async ({ effects }) => {}, down: IMPOSSIBLE, }, })