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_99 = VersionInfo.of({
version: '0.2.99:0',
releaseNotes: {
en_US:
"Three fixes. (1) CRITICAL: H:MM:SS format in segmentsToBracketedText. The pipelined-analyze path was emitting [MM:SS] timestamps regardless of magnitude, producing [106:30] for any segment past minute 100. The parser's regex (\\d{1,2}:\\d{2}) rejects 3-digit minutes, so EVERY transcript line past 100 minutes silently failed merge and analyze windows covering that range returned 0 entries. Symptom: a 2h53m video failed windows 7-10 with 'no entries — audio gap or pre-cutoff window' and the final summary only covered the first 1h40m. Same H:MM:SS pattern mergeShortEntries already uses; parser's optional 3rd capture group accepts it. (2) Dashboard chevron-collapse fix: clicking a per-prompt chevron inside the LLM prompts panel was collapsing the whole LLM prompts section instead of the individual prompt, because toggleSettingsPanel's closest() lookup tried .settings-panel before .prompt-block. Reversed the order so prompt-block matches first when present. (3) Bigger, more visible chevrons (16px, line-height 1, fg-dim color) and removed the global 'Reset all to defaults' button per Grant — too easy to mis-click and undo accumulated tuning.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})