[codex] Harden local summary beta stalls#1056
Merged
Merged
Conversation
…-m1-summary-stalls # Conflicts: # Sources/Meeting/LocalMeetingSummarizer.swift # Sources/UI/Settings/TranscriptedSettingsView.swift # Sources/UI/Shared/RecentCaptureScanners.swift # Tests/LocalMeetingSummarizerTests.swift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AI summary savednotice so completed summaries do not look stuckWhy
June 8 self-feedback showed two problems: setup could report ready while Home summary generation still felt stuck, and a completed summary could leave the green saved notice hanging. The logs also showed one Gemma summary did complete in about 57 seconds, so the remaining bug was mostly single-flight/progress/notice behavior rather than a pure runtime failure.
Validation
bash build-deps.sh --forcebash build.sh --no-openbash run-tests.sh— 4535 passedbash run-integration-smoke.shbash scripts/ops/run-local-summary-fixture.shSKIP_NOTARIZATION=1 bash build-beta.sh '' JustinDogfood build produced locally:
build/Transcripted-1.1.47.dmg94a24bc8a219463abe0196816c29a59c4f16c6efc09b8989940d05917c6e2f7cNotes
This is go for dogfooding, not public release. The DMG is signed but not notarized because the packaging smoke used
SKIP_NOTARIZATION=1, so Gatekeeper rejection is expected until a real notarized release build is cut.