Handy/.github
Viren Mohindra d3a0281062
fix: prevent crash on macos 26.x beta during startup (#473)
defer apple intelligence availability check from app initialization
to when the user actually tries to use the feature. accessing
SystemLanguageModel.default during early app startup causes SIGABRT
on macOS 26.x (tahoe) beta.

- remove availability check from default_post_process_providers()
- always include apple intelligence provider on macos arm64
- add checkAppleIntelligenceAvailable command for lazy checking
- show error message if apple intelligence unavailable when selected
- clear error on any dropdown selection for better UX
2026-01-04 07:52:06 +08:00
..
ISSUE_TEMPLATE format everything (#323) 2025-11-10 11:39:14 +08:00
workflows fix: prevent crash on macos 26.x beta during startup (#473) 2026-01-04 07:52:06 +08:00
FUNDING.yml add https for funding? 2025-07-17 20:33:24 -07:00
PULL_REQUEST_TEMPLATE.md description must be human written in PR 2025-12-23 09:17:02 +07:00