Open
Conversation
- Rewrite root README: SDK quickstart first, CLI section minimized, E2E solution messaging, links to MS Learn docs - Create samples/README.md: top-level overview of all sample languages - Create samples/js/README.md: list all 12 JS samples with run instructions - Create samples/python/README.md: list all 9 Python samples with run instructions - Update samples/cs/README.md: add missing LiveAudioTranscription samples - Update samples/rust/README.md: add 4 tutorial samples, table format Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates and standardizes README documentation to better match the current Foundry Local product positioning, and adds/refreshes language-specific sample indexes and run instructions.
Changes:
- Reworks the root
README.mdmessaging, quickstarts, and CLI section to align with the “ship on-device AI” narrative. - Adds new README entrypoints for Python and JavaScript samples and refreshes Rust/C# sample listings.
- Introduces a
samples/README.mdhub that links to language sample directories and summarizes coverage.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates product overview, quickstarts, samples table, CLI info, and FAQs to align with current offering. |
| samples/README.md | Adds a language-indexed samples hub README. |
| samples/cs/README.md | Expands the C# sample list and trims some running guidance text. |
| samples/js/README.md | Adds a JavaScript samples index and “running a sample” instructions. |
| samples/python/README.md | Adds a Python samples index and “running a sample” instructions. |
| samples/rust/README.md | Refreshes Rust samples listing and adds “running a sample” plus a Windows WinML note. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
metang
reviewed
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update README to better align the product offering.
Updated sample READMEs.