Dashboard › cli › Distillation
07bc96ec-b266-4deb-81bf-5a9d7dedd2eb["lore_tm_v1_GZM0s_IDuK5Z9h39U-FiRUQzkOOOWob98t_Dm3x3L3M"]
fetchManifest("token", "patch-0.13.0") HTTP 404 test now verifies structured error details including status: 404 and message: 'Failed to fetch manifest for tag "patch-0.13.0": HTTP 404'.packages/cli/test/lib/release-notes.test.ts now imports UPGRADE_SOURCES, fetchRecentReleases, fetchChangelog, and mockFetch, and adds beforeEach/afterEach lifecycle handling for fetch-based release-note tests.source carried through the test data.fetchLatestVersion curl-method test now models GitHub release discovery as an array containing { tag_name: "cli@v2.0.0" }, replacing the legacy single release object { tag_name: "v2.0.0" }.1.2.3-beta.1 and expect versionExists(method, "1.2.3-beta.1") to reject.https://api.github.com/repos/getsentry/toolkit to return HTTP 200 before returning HTTP 401 "Unauthorized" for the GHCR request.Error(\Unexpected legacy access: ${url}`)` if code accesses a legacy source during flows expected to remain on the selected Toolkit source.