What's Changed
- Fixed critical bug where GPU and Display information showed "Unknown Display" and "(Metal )" - race condition in Shell.swift fixed by adding
task.waitUntilExit() - Fixed UI loading issue where default/empty values appeared before data populated - window now hidden until all data loaded
- Implemented file content caching in HardwareCollector (~50% reduction in file reads)...