Skip to content

Update website CLI release links - #925

Open
Wayne-Ch wants to merge 2 commits into
mainfrom
fix-website-cli-release-link-924
Open

Update website CLI release links#925
Wayne-Ch wants to merge 2 commits into
mainfrom
fix-website-cli-release-link-924

Conversation

@Wayne-Ch

@Wayne-Ch Wayne-Ch commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Resolve the latest cli-preview-* GitHub release at website build/server time.
  • Generate platform-specific CLI download links from the latest release assets for Windows, macOS, and Linux.
  • Keep a safe fallback to the Foundry Local releases page if GitHub release discovery or asset matching fails.
  • Wire the home download dropdown and models page CLI links to the same resolved download data.

Validation

  • Confirmed no remaining cli-preview-0.10.0 / releases/tag/cli-preview references in the touched website files.
  • Confirmed the built /models page data resolves cli-preview-0.10.2 direct asset links for Windows, macOS, and Linux.
  • git diff --check
  • npm run build

Notes: npm run check and npm run lint currently fail on pre-existing website type/formatting issues unrelated to this change. No svelte-check diagnostics were reported for the files touched by this PR.

Fixes #924

Copilot AI review requested due to automatic review settings July 28, 2026 18:44
@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
foundry-local Ready Ready Preview, Comment Jul 28, 2026 8:13pm

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates website CLI links to avoid stale, version-specific releases.

Changes:

  • Points CLI download links to the general GitHub releases page.
  • Renames the dropdown text to “GitHub releases.”

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
www/src/routes/models/+page.svelte Updates model-page CLI links.
www/src/lib/components/download-dropdown.svelte Updates dropdown links and labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CLI] Website CLI download links point to stale CLI preview release

2 participants