Add speaker archive with configurable retention period#9
Merged
Conversation
execsumo
force-pushed
the
voracious-thimbleberry
branch
from
May 19, 2026 03:08
993a958 to
9b66f07
Compare
Speakers inactive for longer than the configured retention period are automatically deleted (with their audio clips) on the next app launch. Default is 90 days; set to 0 to disable. Configurable via Advanced → Speaker Archive (Never / 30 / 60 / 90 / 180 / 365 days). Also fixes a pre-existing extraneous } in Views.swift that prevented SettingsView from compiling — pane helper functions were pushed outside the struct scope, making `model` inaccessible to `settingsBinding`. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
execsumo
force-pushed
the
voracious-thimbleberry
branch
from
May 19, 2026 03:13
9b66f07 to
9a58d62
Compare
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
AppModel.bootstrap()alongside other startup cleanup (stale recordings, orphan aggregate devices)}inViews.swiftthat was preventingSettingsViewfrom compiling — pane helper functions (paneScroll,sectionGroup,settingsBinding) were pushed outside the struct scope, makingmodelinaccessibleTest plan
swift buildswift run HeardTestslastSeento 31 days ago inspeakers.json, relaunch — confirm that speaker is gonespeaker_clips/are also removed on archive🤖 Generated with Claude Code