import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_137 = VersionInfo.of({ version: '0.2.137:0', releaseNotes: { en_US: "Audio-first \"Listen\" mode (walking mode). Recaps can now be listened to like a podcast: a new 🎧 Listen button on any saved recap opens a full-screen player that reads each topic summary aloud, back to back, using text-to-speech on the operator's relay (Kokoro via Spark Control, with ElevenLabs as a swappable cloud alternative). The summaries play sequentially — and the moment one sounds interesting, \"Listen to this part\" drops you into the real podcast/video at that exact timestamp; when that segment ends it pops back to the next summary, or you can flip \"Keep playing the original\" to let the source roll on. Lock-screen and headphone controls (play/pause, skip topic) work via the Media Session API, so it's usable hands-free with the phone in your pocket. Clips are synthesized once and cached per recap (one relay credit for the whole recap), and stream in progressively so the first topic starts within about a second while the rest generate. Available to Max users in multi-tenant mode; operators get it on their own hardware. Requires Spark Control v0.14.0+ for the Kokoro TTS backend.", }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })