import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_33 = VersionInfo.of({ version: '0.2.33:0', releaseNotes: { en_US: 'Relay scaffolding: new "Relay (comped credits)" provider in the picker, /api/relay/status endpoint, server-side credit cache, /data install-id auto-attached to relay calls, X-Recap-Job-Id pairs transcribe + analyze into one credit charge per summary, and a "Set Relay URL" StartOS action. Inactive until the operator sets the relay base URL.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })