Dashboard › cli › Distillation
916f123c-1dec-4da5-9928-f5653d6a7cfe["lore_tm_v1_8WrOnfrOOoNK963JSteeT_M2sXE1-f16kKl9GhEADog"]
packages/cli/src/commands/cli/upgrade.ts states that package managers always need network access to fetch and install packages.packages/cli/src/commands/cli/upgrade.ts, resolveChannelAndVersion treats positional "nightly" and "stable" values as channel selectors rather than literal version strings; its result contains { channel, versionArg }, with versionArg undefined when a channel name is supplied or the positional argument is omitted.packages/cli/src/commands/cli/upgrade.ts defines resolveOfflineTarget(versionArg: string | undefined): string.versionExists(lookupMethod, target) and throws new UpgradeError("version_not_found", \Version ${target} not found`)` when the target does not exist."done" result for check-only mode or when already up to date.Run '${cmd}' to update. and an "unsupported_operation" error code is used.uv_spawn failures such as EBUSY; the implementation also checks whether a spawn error means the target was not found.