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_49 = VersionInfo.of({
version: '0.2.49:0',
releaseNotes: {
en_US:
'Two Settings-tab improvements. (1) "Save user-submission outputs to disk" toggle now correctly updates its "enabled / disabled" label after Save. The numeric inputs reflected their new values automatically, but the checkbox companion span was rendered with the old state and stayed stale until a full re-render — which the save handler intentionally avoided to keep the green Saved pill visible. Fix patches the toggle\'s label sibling directly in the save callback. (2) Backend routing + Gemini model selection migrated from StartOS actions into the dashboard\'s Settings tab. The "AI backends & routing" section at the top of Settings now has four dropdowns: Gemini transcription model, Gemini analysis model, transcribe backend preference (Gemini-first / hardware-first / Gemini-only / hardware-only), and analyze backend preference. Live-reloaded — changes apply to the next request, no restart. The matching StartOS action still works for operators who prefer that surface; both paths write to the same relay-config.json. server/routes/admin.js: new SETTINGS_ENUMS registry alongside SETTINGS_KEYS / SETTINGS_BOOLS; GET /admin/settings returns enum option metadata; PUT validates submitted values against the allowed set.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})