chore(designer): rename 'Foundry Agent Service' to 'Foundry project' in display strings#8794
Merged
ccastrotrejo merged 1 commit intomainfrom Feb 5, 2026
Merged
chore(designer): rename 'Foundry Agent Service' to 'Foundry project' in display strings#8794ccastrotrejo merged 1 commit intomainfrom
ccastrotrejo merged 1 commit intomainfrom
Conversation
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
✅ Impact of Change
✅ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change needed. |
| Commit Type | ✅ | No change needed. |
| Risk Level | ✅ | No change needed. |
| What & Why | ✅ | No change needed. |
| Impact of Change | ✅ | Consider adding localization note. |
| Test Plan | ✅ | Ensure CI runs and passes. |
| Contributors | Optionally add contributors if applicable. | |
| Screenshots/Videos | ✅ | No change needed. |
Final notes
- This PR passes the PR title/body checks. The advised risk level is Low, which matches the selected label and the changes in the diff (7 additions / 7 deletions across 6 files: display string updates, unit tests, and one E2E spec).
- Additional recommendations before merging:
- Confirm CI passes the updated unit & E2E tests.
- If your project supports multiple locales, double-check whether localization files or translation teams need to update the corresponding strings (this PR updates display strings in code; translations may still reference the old phrase).
- Optionally add contributors to the Contributors section to credit reviewers/PMs/designers.
Please update if you want help drafting a short localization note or adding credits to Contributors. Thank you for the clear PR — looks good to merge once CI is green!
Last updated: Thu, 05 Feb 2026 17:00:31 GMT
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the display string "Foundry Agent Service" to "Foundry project" throughout the codebase, reflecting an updated product naming convention. The change is purely cosmetic and affects user-facing display strings without modifying any internal identifiers or logic.
Changes:
- Updated display name in manifest configuration from "Foundry Agent Service (Preview)" to "Foundry project (Preview)"
- Updated model type constants in designer utilities from "Foundry Agent Service" to "Foundry project"
- Updated corresponding unit tests to match new display strings
- Updated E2E test comment and selector to use new display name
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| libs/logic-apps-shared/src/designer-client-services/lib/standard/manifest/agentloop.ts | Updated displayName in manifest options for agent model type dropdown |
| libs/designer/src/lib/common/utilities/Utils.ts | Updated ModelType constant for FoundryService display string |
| libs/designer/src/lib/common/utilities/test/Utils.test.ts | Updated test expectation to match new display string |
| libs/designer-v2/src/lib/common/utilities/Utils.ts | Updated ModelType constant for FoundryService display string (v2) |
| libs/designer-v2/src/lib/common/utilities/test/Utils.test.ts | Updated test expectation to match new display string (v2) |
| e2e/designer/real-api/agentic/agentConnections.spec.ts | Updated comment and text selector in E2E test to match new display name |
|
📊 Coverage check completed. See workflow run for details. |
rllyy97
approved these changes
Feb 5, 2026
takyyon
approved these changes
Feb 5, 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.
Commit Type
Risk Level
What & Why
Renames the display string "Foundry Agent Service" to "Foundry project" across the codebase to align with updated product naming conventions.
Impact of Change
Test Plan
Files Changed
libs/designer/src/lib/common/utilities/Utils.ts- UpdatedAgentUtils.ModelType.FoundryServicedisplay valuelibs/designer-v2/src/lib/common/utilities/Utils.ts- UpdatedAgentUtils.ModelType.FoundryServicedisplay valuelibs/logic-apps-shared/src/designer-client-services/lib/standard/manifest/agentloop.ts- Updated manifest display name for FoundryAgentService optionlibs/designer/src/lib/common/utilities/__test__/Utils.test.ts- Updated unit test expectationslibs/designer-v2/src/lib/common/utilities/__test__/Utils.test.ts- Updated unit test expectationse2e/designer/real-api/agentic/agentConnections.spec.ts- Updated E2E test to select new display nameContributors
Screenshots/Videos
Before
After