This release polishes the runner job experience in the Tuist dashboard.
Runner job platform badges
Runner job detail and list views now display the correct platform badge for jobs dispatched through the shared runner catalog. Previously, valid macOS and Linux jobs could appear as “Unknown” because the UI only recognized older fleet-name prefixes. The platform detection now understands both the legacy prefixes and the newer catalog fleet names, so filtering and analytics groupings line up correctly.
Runner job log viewer
The runner job log tab is now easier to scan:
- Log rows render as compact single lines, with extra spacing removed.
- Intentional indentation inside log messages is preserved.
- The log viewer opens scrolled to the most recent line.
- Loading older logs no longer jumps the viewport; your current scroll position stays stable.