Package v0.2.12→v0.2.124: manifest, actions, version graph
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { VersionInfo } from '@start9labs/start-sdk'
|
||||
|
||||
export const v_0_2_25 = VersionInfo.of({
|
||||
version: '0.2.25:0',
|
||||
releaseNotes: {
|
||||
en_US: 'Test-run panel + benchmark suite on the Jobs tab. (1) New panel above the Jobs table — paste a media URL, pick transcribe + analyze backends (Gemini or Hardware) plus Gemini models, click "Run single" to fire one test directly. The job lands as a new row in the table below within seconds of the relay completing the work. (2) "Run benchmark suite (6 runs)" fires six pre-defined permutations sequentially with a shared batch_id: (a) gemini-3.1-flash-lite → gemini-3.1-pro-preview, (b) gemini-3-flash-preview → gemini-3.1-flash-lite, (c) gemini-2.5-flash → gemini-2.5-pro, (d) hardware → hardware, (e) hardware → gemini-3.1-flash-lite, (f) gemini-3.1-flash-lite → hardware. The status line below the panel tracks "permutation N of 6: <progress>" while running. (3) "Rerun last" button replays the most recent run\'s inputs with a fresh batch_id so suites stay distinguishable in the table. (4) Jobs table gains a Batch column (click to filter to just that batch) and a Batch / Source filter in the filter row — set Source = "Test runs only" to hide real-user traffic, leave blank to see everything. (5) Backend: new admin-auth-gated POST /admin/test-run endpoint runs the same download + transcribe + analyze flow as the public /relay/transcribe-url, but with explicit backend/model overrides bypassing the operator\'s tier/preference defaults. Audit rows from these runs are stamped with batch_id + source="admin-test" so they\'re filterable. (6) Captions-fast-path permutations (7, 8), TX-sharing for paired permutations (4+5, 1+6, 7+8), and live Spark Control hardware-model pull are deferred to 0.2.26.',
|
||||
},
|
||||
migrations: {
|
||||
up: async ({ effects }) => {},
|
||||
down: async ({ effects }) => {},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user