import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_40 = VersionInfo.of({ version: '0.2.40:0', releaseNotes: { en_US: 'Updated the StartOS package description to reflect current state: multi-provider AI (Gemini, Claude, OpenAI, OpenAI-compatible, Ollama, Whisper/Parakeet, all mix-and-matchable per request), free relay credits on first install, BYO-key for unlimited use, paid-tier feature list aligned with the current subscriptions + auto-queue + monthly-credit model. Install alert rewritten to point new users at relay credits or BYO key rather than Gemini-only setup.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })