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_80 = VersionInfo.of({
version: '0.2.80:0',
releaseNotes: {
en_US:
"Add pipeline-phase logs to the summarize-url route so the operator dashboard's per-job log view shows what's actually happening between the points where chunks start landing. Previously you'd see job-start, then ~30 seconds of silence, then the per-chunk transcribe lines — no visibility into download, no marker for transcribe-finished, no per-window analyze-done timing. v0.2.80 adds: (1) `downloading media from <url>` at the start of the download phase, (2) `download done in N.Ns — M min audio` when yt-dlp / direct-download finishes, (3) `transcribe done in N.Ns — starting analyze` at the transcribe→analyze transition, (4) `analyze window X/Y done in N.Ns (M sections, model=…)` for each analyze window as it completes. Every line is prefixed with the 8-char job-id so you can grep one job's lifecycle out of an interleaved log stream.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})