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
Fixed wrong chip identification — Mystral now reads the chip name directly from the OS (machdep.cpu.brand_string sysctl) instead of guessing from SMC sensor counts. All Apple Silicon chips (M1, M1 Pro, M1 Max, M2, M3, M4, etc.) are now correctly identified.
Robust CPU core counting — CPU core sensor detection is now prefix-based, so new or unmapped sensor keys are always counted correctly.
Improved diagnostic export — SMC export now includes hw.model identifier and sysctl chip name, making it easier to debug hardware-specific issues.