Fix #68: Chunk transcription mode only transcribes first 30s chunk #69

Merged
SaschaFuksa merged 2 commits from batch/68 into master 2026-04-22 16:55:29 +00:00
Owner
No description provided.
Fix #68: Auto-create structured.md after chunk transcription stop
Some checks are pending
CI / lint (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
7bcfb550fc
Issue #68: Chunk transcription mode only transcribed first 30s chunk.

- After stop_recording, _create_structured_from_transcript now runs when
  chunk_transcription_mode is enabled, so structured.md is auto-created
  from the merged transcript.txt
- loadStructured() now guards against missing DOM element (issue #67)
- stopSession() now reads auto_structured from the API response to
  correctly set hasStructured on the current session UI
- Models updated: StopRecordingResponse and StructuredResponse gain
  auto_structured field so the API can signal frontend auto-actions
Tasch self-assigned this 2026-04-22 16:20:28 +00:00
Merge remote-tracking branch 'origin/master' into batch/68
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
64e4b947dd
SaschaFuksa deleted branch batch/68 2026-04-22 16:55:29 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Tasch/whisper-transcribe!69
No description provided.