Files

14 lines
909 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_76 = VersionInfo.of({
version: '0.2.76:0',
releaseNotes: {
en_US:
"Drop model-specific names (Gemma, Parakeet) from operator-facing strings — the operator-hardware path is model-agnostic via the OpenAI-compatible + Whisper-API-compatible endpoints, and pinning specific model names in the UI implied lock-in that doesn't exist. Updates: routing-preference dropdown labels in the Settings tab now read 'operator hardware' (was 'Parakeet' / 'Gemma'), prompt help text doesn't reference specific models, StartOS marketplace description rephrased. Internal config keys (relay_parakeet_*, relay_gemma_*), action IDs (set-parakeet-url, set-gemma-url), and historical release notes stay unchanged for backward compatibility.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})