macvis v0.2.1
Fixes a real process crash in ask when Apple Intelligence isn't ready yet (SIGSEGV
inside FoundationModels on macOS 27 Beta, not a catchable error) and reclassifies a
transient content-safety-model error as retryable instead of a hard failure. Adds
ask_languages to doctor, reporting which languages ask can answer in right now.
What's Changed since v0.2.0
Features
- expose ready ask languages via doctor (171b4c9)
Fixes
- reclassify transient content-safety-model error as retryable (ad80ee7)
- avoid ask crash when the model is not ready (a76237b)
- generate real changelog-based release notes (e1bff7c)
- align release-ask.sh privacy guard with CI (exclude HTTPServer.swift) (aa24ad0)
Refactoring
- migrate PureLogicTests from XCTest to Swift Testing (3d14244)
Documentation
- reflect verified ask inference, ask_languages, and language-flag caveat in README (37c7712)