Package v0.2.12→v0.2.124: manifest, actions, version graph

This commit is contained in:
Keysat
2026-06-13 13:36:30 -05:00
parent 318c6c4b81
commit 1243f4414c
126 changed files with 2052 additions and 441 deletions
+13
View File
@@ -0,0 +1,13 @@
import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_77 = VersionInfo.of({
version: '0.2.77:0',
releaseNotes: {
en_US:
"Phase 1A of the diarization migration: add a TX chunk overlap setting for the hardware transcribe path. Default 30 seconds, configurable per the new slider in Settings → Operator Hardware. The overlap region is dropped from chunk N+1's transcribed output via global-timestamp dedup so the stitched transcript stays clean. Applies whether or not diarization is enabled (off by default in this release — diarization itself lands in a later phase). Two motivations: (1) word boundaries are cleaner — words straddling a chunk boundary now land in one chunk or the other rather than getting clipped; (2) lays the groundwork for diarization, which needs the overlap so speakers who only talk briefly at chunk boundaries get a reliable voice fingerprint in at least one of the two chunks covering them.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})