Dashboard › cli › Distillation
f2c0426d-8af5-4659-b559-fc6a32c2418f["lore_tm_v1_EAYdF1_yfbuq4_tAZSbhMf5w0cEYbDUSrFda1_ihA1E"]
Date: Sep 10, 2026
cea7b2afba91f11f1cdbb1785ea97ba61159520c was truncated and saved in full to /home/byk/.local/share/opencode/tool-output/tool_0899c87ab001kf6Ven4aRJnfzd.packages/cli/test/commands/cli/upgrade.test.ts:1039 includes test("downloads nightly binary from GHCR for nightly channel", async () => {.packages/cli/test/lib/delta-upgrade.mocked.test.ts:164 exercises the sequence 5. SHA-256 check fails → throws.packages/cli/test/lib/delta-upgrade.test.ts:129 verifies returns false for cross-channel upgrade (stable → nightly).packages/cli/test/lib/delta-upgrade.test.ts:917 verifies returns null on HTTP 404; packages/cli/test/lib/delta-upgrade.test.ts:1426 covers a case where a tag exists but its manifest returns 404 and fetchChainManifests catches the error.packages/cli/test/lib/ghcr.test.ts:146 and packages/cli/test/lib/ghcr.test.ts:452 expect rejected GHCR requests to match { name: "AbortError" }; packages/cli/test/lib/ghcr.test.ts:513 verifies an UpgradeError on HTTP 404.packages/cli/test/lib/ghcr.test.ts:373 tests rejection from downloadNightlyBlob("token", "sha256:abc").packages/cli/test/lib/release-notes.test.ts contains release-note coverage for both channel: "stable" at line 377 and channel: "nightly" at line 498.packages/cli/test/lib/upgrade.test.ts:335 expects the error GitHub returned cyclic release pagination.packages/cli/test/lib/upgrade.test.ts:701 tests uses GHCR manifest when channel is nightly (curl method).packages/cli/test/lib/upgrade.test.ts:898 expects GitHub returned invalid metadata for version 1.0.0.packages/cli/test/lib/upgrade.test.ts:1356 defines tests for detectInstallationMethod — node_modules path fallback; line 1447 covers normalization of a trailing separator in the configured directory.packages/cli/test/lib/upgrade.test.ts:1800 tests download fallback where the first .gz request returns HTTP 404 and the second request returns the raw binary.packages/cli/test/lib/upgrade.test.ts:2051 expects fetchLatestNightlyVersion() to reject with HTTP 404.packages/cli/test/lib/version-check.test.ts:200 verifies the label New nightly available: when running on the nightly channel; line 439 aborts a pending check during cleanup.