You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app now uses Metal's recommended working-set limit by default. This avoids startup failures when a fixed 48 GiB limit exceeds the value that Metal allows. You can still set a lower memory limit.
Fixed generation failures when consecutive HTTP requests run on different worker threads. MLX generation now keeps the correct stream across requests.
Packaging and updates
Added a repeatable workflow for Developer ID signing, Apple notarization, Sparkle appcasts, and GitHub Releases.
Added checks for the App and ZIP signatures, notarization tickets, English, Simplified Chinese, and Traditional Chinese localization files, and isolated App startup.
Fixed localization loading in the packaged App. The App now loads files from Contents/Resources before it uses the Swift package resource bundle.
Documentation
Clarified request size limits and setup instructions in the English, Simplified Chinese, Traditional Chinese, Japanese, and Korean README files.