Files

14 lines
1.3 KiB
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_112 = VersionInfo.of({
version: '0.2.112:0',
releaseNotes: {
en_US:
"Settings UI — exposes the two internal-meetings extras controls that shipped in v0.2.110 but were missing from the dashboard. (1) Toggle 'Internal-meetings extras (decisions / action items / questions / quotes)' lands under Settings → Operator hardware, right below the Speaker-aware summary polish toggle. Same on/off behaviour as the underlying relay_meeting_extras_enabled field — flip off to skip the ~5-15s LLM call if it's unreliable on your hardware. (2) Prompt editor 'Internal-meetings extras prompt' lands under Settings → LLM prompts, after the two polish prompts. Same per-field promote-to-default / reset-to-default / show-current-default pattern as the existing editable prompts. Required template variable: {{transcript}}. Optional: {{title}}, {{duration}}, {{speakerRoster}}, {{topics}}. Save-time validation enforces that the prompt mentions JSON output (so the parser can't silently start failing on a hand-edited template that forgot to ask for JSON). Both controls only affect the internal-meetings flow — YouTube/podcast summarize ignores them.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})