Dashboard › cli › Distillation
bfaf2ec4-f1fe-4610-a913-ad3dba76d2ce["lore_tm_v1_R42GKaWWEz14ScGSdDfKPBQcW4r8YDHskn4jpYox3vk"]
Date: September 10, 2026
packages/cli/src/lib/upgrade.ts detects how the CLI was installed and provides self-upgrade functionality; shared binary-management helpers for download URLs, locking, and replacement live in binary.ts and are also used by the setup --install flow.packages/cli/src/lib/upgrade.ts imports binary helpers including acquireLock, getBinaryFilename, getPlatformBinaryName, and releaseLock; filesystem operations include chmodSync, closeSync, existsSync, and openSync.PackageManager is defined exactly as "npm" | "pnpm" | "bun" | "yarn" in packages/cli/src/lib/upgrade.ts.makeByteProgress and the SetMessage type from ./progress.js.source.tagPrefix: prefixed sources require an array, while sources without a tag prefix require a non-array response; mismatches are rejected.draft or prerelease is true, and strips source.tagPrefix from matching tags.