import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_74 = VersionInfo.of({ version: '0.2.74:0', releaseNotes: { en_US: "Operator-promoted prompt defaults. The transcribe + analyze prompts in the operator dashboard's Settings → LLM prompts section now have a 'Set as new default' button alongside 'Reset to default' and 'Show current default'. Click it and the textarea's current content gets saved as a persistent operator default — future Reset clicks return to that text instead of the hardcoded code-side default. Lets the operator evolve their prompt baselines over time without code redeploys. Three-layer resolution at request time: override (cfg.relay_transcribe_prompt) → operator default (cfg.relay_transcribe_prompt_default, NEW) → hardcoded code default. The same validation rules apply on promote that apply on save (analyze prompt must contain {{transcript}} + JSON-output instruction).", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })