exo
exo copied to clipboard
UNKNOWN to PREPARING
Motivation
The "UNKNOWN" status shown when first launching an instance is confusing and unhelpful. "PREPARING" better describes what's actually happening.
Changes
- Renamed status from "UNKNOWN" to "PREPARING" in dashboard (+page.svelte)
- Renamed unknown state to preparing in macOS app (InstanceViewModel.swift, InstanceRowView.swift)
Why It Works
The status appears when an instance exists but runners haven't reported status yet. "PREPARING" accurately describes this transitional state.
Test Plan
Manual Testing
Hardware: MacBook Pro
Automated Testing
N/A