import { VersionInfo } from '@start9labs/start-sdk' // Outreach voice upgrade. Drafts now learn each sender's own voice: the codified rules // plus a few-shot of that user's recent sent emails (de-identified), and the result // lists which of their emails were used (transparency — no black box). The recipient // context is restructured around the active conversation (the most recent email thread // is what you reply to; earlier emails are background). No schema change. export const v_0_1_0_70 = VersionInfo.of({ version: '0.1.0:70', releaseNotes: { en_US: [ 'Outreach drafts now sound like you: each user’s voice is learned from their own prior', 'emails (plus the rules), and the draft shows exactly which of your emails it used. It', 'also focuses on the most recent thread as the active conversation, with earlier emails', 'as background.', ].join(' '), }, migrations: { up: async () => {}, down: async () => {} }, })