Add sections for SDK and CLI#667
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the repository root LICENSE to explicitly separate licensing information for the Foundry Local SDK vs the Foundry Local CLI.
Changes:
- Adds an MIT License section labeled for “FOUNDRY LOCAL SDK”.
- Adds a “FOUNDRY LOCAL CLI” section header before the existing Microsoft Software License Terms text.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…e passed through via the product now)
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
licenses/deepseek.md:1
- This file removal eliminates the in-repo license/notice text for the DeepSeek model, but the website’s model browser still maps “deepseek” licenses to an internal URL (
/licenses/deepseekinwww/src/routes/models/service.ts). With this file (and thelicenses/folder) gone, that link/route will be broken and users won’t have an accessible DeepSeek license notice. Consider keeping this notice somewhere that is actually served (e.g., add a SvelteKit/licenses/deepseekroute or awww/static/licenses/deepseekpage) and update the model license URL mapping accordingly.
licenses/phi.md:1 - This file removal eliminates the in-repo license text for Phi, but the website’s model browser still maps “phi” licenses to an internal URL (
/licenses/phiinwww/src/routes/models/service.ts). With this file (and thelicenses/folder) removed, that link/route will be broken and the Phi license text will no longer be published anywhere in this repo. Consider keeping the Phi license notice at a served path and updating the model license URL mapping accordingly.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Clarify license terms for CLI and SDK