Improve AI agent observability text#18868
Conversation
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 18868Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 18868" |
There was a problem hiding this comment.
Pull request overview
Updates both AI agents dialogs to emphasize Aspire’s observability and telemetry benefits.
Changes:
- Revises AppHost and standalone dialog introductions.
- Synchronizes generated resource and localization files.
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
Dialogs.resx |
Updates source dialog text. |
Dialogs.Designer.cs |
Updates generated resource summaries. |
Dialogs.cs.xlf |
Refreshes Czech localization source. |
Dialogs.de.xlf |
Refreshes German localization source. |
Dialogs.es.xlf |
Refreshes Spanish localization source. |
Dialogs.fr.xlf |
Refreshes French localization source. |
Dialogs.it.xlf |
Refreshes Italian localization source. |
Dialogs.ja.xlf |
Refreshes Japanese localization source. |
Dialogs.ko.xlf |
Refreshes Korean localization source. |
Dialogs.pl.xlf |
Refreshes Polish localization source. |
Dialogs.pt-BR.xlf |
Refreshes Brazilian Portuguese localization source. |
Dialogs.ru.xlf |
Refreshes Russian localization source. |
Dialogs.tr.xlf |
Refreshes Turkish localization source. |
Dialogs.zh-Hans.xlf |
Refreshes Simplified Chinese localization source. |
Dialogs.zh-Hant.xlf |
Refreshes Traditional Chinese localization source. |
Files not reviewed (1)
- src/Aspire.Dashboard/Resources/Dialogs.Designer.cs: Generated file
|
|
||
| /// <summary> | ||
| /// Looks up a localized string similar to Give AI agents deep observability into your app so they can diagnose issues faster and verify fixes with confidence 🚀 | ||
| /// Looks up a localized string similar to Aspire makes agentic development more powerful. It gives AI coding agents deep observability into your app. Agents can use telemetry to diagnose issues faster and verify fixes with confidence. 🚀 |
Tests selector (audit mode)The full test matrix and all jobs still run in audit mode. The tests and jobs below are what selective CI would run under enforcement. 7 / 100 test projects · 4 jobs, from 15 changed files. Selected test projects (7 / 100)
Selected jobs (4)
How these were chosen — grouped by what changed🔧 📦 affected project Job reasons
Selection computed for commit |
Description
Aspire's AI agents dialog should make the value of agentic development clear and explain how telemetry helps coding agents work with confidence.
This updates the introductory text in both the AppHost and standalone dashboard dialogs. The new copy emphasizes that Aspire makes agentic development more powerful by giving AI coding agents deep observability and access to telemetry for faster diagnosis and fix verification.
User-facing text
The dashboard localization source files were regenerated with the
UpdateXlftarget.Validation
Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?