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_98 = VersionInfo.of({
version: '0.2.98:0',
releaseNotes: {
en_US:
"Operator dashboard: collapsible Settings panels with persistent state. Every settings panel — Endpoints & credentials, AI backends & routing, Gemini backend, Operator hardware, Shared & output, Section-count targets, LLM prompts — now has a chevron next to its title. Click the title to collapse the panel body. The four individual LLM prompts INSIDE the prompts panel also collapse independently, so the operator can hide prompts they aren't editing without losing the textareas of the ones they are. Collapse state persists to localStorage under the key 'recaps:settings:collapsed' — reloading the dashboard keeps your panels exactly as you left them. Cleanup: dropped the help-text strings on the 'Diarization enabled' and 'Speaker-aware summary polish' toggles since the operator (Grant) is the only user of this package and doesn't need the inline reminder. No backing-store or schema changes — purely visual.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})