Skip to content

Release v2.8.1 retry — fix exhaustive switch#14

Merged
coaxel2 merged 1 commit into
mainfrom
release/v2.8.1-retry
May 17, 2026
Merged

Release v2.8.1 retry — fix exhaustive switch#14
coaxel2 merged 1 commit into
mainfrom
release/v2.8.1-retry

Conversation

@coaxel2
Copy link
Copy Markdown
Owner

@coaxel2 coaxel2 commented May 17, 2026

Previous PR #13 got merged but build failed on exhaustive switch. This PR adds the fix and retries the release.

Build CI v2.8.1 a échoué : `switch must be exhaustive` à
SneakPeekEngine.swift:92 après l'ajout de `case .focus` dans
SneakContentType. Les autres switches sur SneakContentType ont des
`default:` clauses et n'étaient pas concernés. Le local build a passé
car Xcode cache, mais la CI Xcode 16.4 strict refuse.

Fix : ajout de `.focus` à la branche `.backlight, .mic, ..., download`
qui break — l'engine périodique ne déclenche pas Focus (c'est
event-triggered via FocusModeManager.\$isActive).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@coaxel2
Copy link
Copy Markdown
Owner Author

coaxel2 commented May 17, 2026

/release 2.8.1

@github-actions github-actions Bot added the cori-ai-review Cori AI review label May 17, 2026
@coaxel2 coaxel2 merged commit 786343f into main May 17, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cori-ai-review Cori AI review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant