From 31d2d80ec6cca0d376c83ffe2a925732891eea90 Mon Sep 17 00:00:00 2001 From: Wayne <239712854+Wayne-Ch@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:59:59 -0700 Subject: [PATCH 1/2] www: point CLI surfaces at cli-preview-0.10.0 release The old service-based CLI (winget Microsoft.FoundryLocal, brew microsoft/foundrylocal) is no longer the current entry point. A new SDK-based CLI is available as a preview at the GitHub release cli-preview-0.10.0. - Download dropdown: replace winget/brew copy-to-clipboard rows with anchor links (Windows / macOS / Linux) pointing to releases/tag/cli-preview-0.10.0. Adds Linux row + inline Tux SVG icon. - /models page CLI panel: same swap. Three platform anchors + Run command (now 'foundry run ' to match the new CLI's command shape). - ModelCard.svelte / ModelDetailsModal.svelte: 'foundry model run' -> 'foundry run' (3 sites). Out of scope (intentionally): README.md install commands, SDK install rows, /docs content. --- .../lib/components/download-dropdown.svelte | 55 +++++++++++-------- www/src/routes/models/+page.svelte | 53 +++++++++--------- .../routes/models/components/ModelCard.svelte | 2 +- .../components/ModelDetailsModal.svelte | 4 +- 4 files changed, 61 insertions(+), 53 deletions(-) diff --git a/www/src/lib/components/download-dropdown.svelte b/www/src/lib/components/download-dropdown.svelte index 92f91616d..402ce71a2 100644 --- a/www/src/lib/components/download-dropdown.svelte +++ b/www/src/lib/components/download-dropdown.svelte @@ -1,10 +1,13 @@