Dashboard › cli › Distillation
67a6d8c2-eca0-4dfa-9cfd-49c4d9eb290f["lore_tm_v1_c63T-qhja8VomkjFR6c8oo6b5ODt3FU0nohHzd7Ucxs"]
upgrade.ts lines 1004–1020 exits early when resolved.kind === "done". If the result action is "checked" and result.currentVersion !== result.targetVersion, it fetches the changelog with startChangelogFetch({ channel, currentVersion: CLI_VERSION, targetVersion: result.targetVersion, offline: false, source: resolved.source }), assigns it to result.changelog, and returns new CommandOutput(result).{ target, offline, source } from resolved at line 1023.