()
| 191 | * creates the telemetry device_id before telemetry can emit first_launch. |
| 192 | */ |
| 193 | export function resolveUpdateDeviceId(): string { |
| 194 | return readKimiDeviceId(resolveKimiHome()) ?? randomUUID(); |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * The experimental master switch opts a device out of staged rollouts: the |
no test coverage detected