Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15389Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15389" |
|
|
||
| /// <summary> | ||
| /// Claude Sonnet 4.6 delivers frontier intelligence at scale—built for coding, agents, and enterprise workflows. With a 1M token context window (beta) and 128K max output, Sonnet 4.6 is ideal for coding, agents, office tasks, financial analysis, cybersecurity | ||
| /// Claude Sonnet 4.6 delivers frontier intelligence at scale—built for coding, agents, and enterprise workflows. With a 1M token context window and 128K max output, Sonnet 4.6 is ideal for coding, agents, office tasks, financial analysis, cybersecurity, and c |
There was a problem hiding this comment.
@JamesNK you added the markdown formatting, so I know you are familiar with these files generation. If I don't find time to look into it (super low priority) then it'd be interesting to check if we have a limit for these blobs (it's truncated) and if we want to bump it.
There was a problem hiding this comment.
Pull request overview
Backports updated Microsoft Foundry model descriptors to keep Aspire’s strongly-typed FoundryModel catalog in sync with upstream changes, including new hosted and Foundry Local model entries.
Changes:
- Added new Foundry Local Qwen3 model descriptors (1.7B, 8B, 14B) and updated Qwen3-0.6B version.
- Added new hosted OpenAI model descriptors (
gpt-5.4-mini,gpt-5.4-nano). - Updated Anthropic model summaries for Opus/Sonnet 4.6.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/Aspire.Hosting.Foundry/FoundryModel.Local.Generated.cs |
Adds additional Foundry Local Qwen3 model descriptors and updates an existing model version. |
src/Aspire.Hosting.Foundry/FoundryModel.Generated.cs |
Adds new hosted OpenAI models and adjusts Anthropic model XML doc summaries. |
| /// <summary> | ||
| /// Claude Opus 4.6 is the latest version of Anthropic's most intelligent model, and the world's best model for coding, enterprise agents, and professional work. With a 1M token context window (beta) and 128K max output, Opus 4.6 is ideal for production code, | ||
| /// Claude Opus 4.6 is the latest version of Anthropic's most intelligent model, and the world's best model for coding, enterprise agents, and professional work. With a 1M token context window and 128K max output, Opus 4.6 is ideal for production code, sophist | ||
| /// </summary> |
| /// <summary> | ||
| /// Claude Sonnet 4.6 delivers frontier intelligence at scale—built for coding, agents, and enterprise workflows. With a 1M token context window (beta) and 128K max output, Sonnet 4.6 is ideal for coding, agents, office tasks, financial analysis, cybersecurity | ||
| /// Claude Sonnet 4.6 delivers frontier intelligence at scale—built for coding, agents, and enterprise workflows. With a 1M token context window and 128K max output, Sonnet 4.6 is ideal for coding, agents, office tasks, financial analysis, cybersecurity, and c | ||
| /// </summary> |
|
🎬 CLI E2E Test Recordings — 53 recordings uploaded (commit View recordings
📹 Recordings uploaded automatically from CI run #23300827171 |
eerhardt
left a comment
There was a problem hiding this comment.
We can fix the XML docs stuff in main.
Manual backport of #15059
Adds new models to the enumeration