refactor(designer): Rename "agentic loop" terminology to "agent" across UI#8792
refactor(designer): Rename "agentic loop" terminology to "agent" across UI#8792ccastrotrejo merged 3 commits intomainfrom
Conversation
- Change description from 'Loop in which...' to 'Action in which...' - Update UI strings: 'agentic loop' → 'agent', 'agentic loops' → 'agents' - Update delete modal titles and error messages - Affects: operation definitions, EdgeContextualMenu, DeleteNodeModal, KindChangeDialog
🤖 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 Commit Type
✅ Risk Level Risk Level
✅ What & Why What & Why
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Keep as-is. |
| Commit Type | ✅ | Keep as-is. |
| Risk Level | ✅ | Keep risk:low. |
| What & Why | ✅ | Optionally add translation/next-step note. |
| Impact of Change | Add note to verify consumers of changed manifest strings. | |
| Test Plan | ✅ | Unit test added; consider CI/E2E note if needed. |
| Contributors | Optional: credit any PM/Designer/localization reviewers. | |
| Screenshots/Videos | ✅ | Screenshot included. |
Final guidance
Please update only if you want to add the optional clarifications mentioned: a short line in What & Why about notifying localization/translation teams and a small note in Impact of Change to verify consumers of changed manifest/operation strings (if any). Otherwise this PR is good to merge: title and body comply with the template, risk label matches, unit test added, and the changes are consistent with the stated intent.
Thank you for the clear PR — nice, focused refactor!
Last updated: Wed, 04 Feb 2026 20:51:48 GMT
|
📊 Coverage check completed. See workflow run for details. |
There was a problem hiding this comment.
Pull request overview
This PR standardizes agent-related terminology across the Logic Apps Designer UI by replacing "agentic loop" with "agent" throughout user-facing text. The changes simplify the language used to describe agents and make it more consistent with the product's naming conventions.
Changes:
- Updated UI button labels from "Add an agentic loop" to "Add an agent"
- Changed operation summary from "Agent Loop" to "Agent" and description from "Loop in which..." to "Action in which..."
- Updated error messages and warning dialogs to use "agent" instead of "agentic loop"
- Modified localization strings across all affected files
Reviewed changes
Copilot reviewed 9 out of 9 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 agent operation description from "Loop" to "Action" |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/agent.ts | Updated agent operation summary and description terminology |
| libs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/agentloop.ts | Updated agent manifest description |
| libs/logic-apps-shared/src/designer-client-services/lib/base/operations/agent.ts | Updated base agent operation summary and description |
| libs/designer/src/lib/ui/common/EdgeContextualMenu/EdgeContextualMenu.tsx | Updated contextual menu button text and error messages |
| libs/designer-v2/src/lib/ui/common/KindChangeDialog/KindChangeDialog.tsx | Updated conversational workflow warning message |
| libs/designer-v2/src/lib/ui/common/EdgeContextualMenu/EdgeContextualMenu.tsx | Updated contextual menu button text and error messages in v2 designer |
| libs/designer-ui/src/lib/modals/DeleteNodeModal.tsx | Updated delete modal titles for agent and agent tool |
| Localize/lang/strings.json | Added new localization string IDs and removed obsolete ones |
|
📊 Coverage check completed. See workflow run for details. |
Commit Type
Risk Level
What & Why
This PR standardizes the agent-related terminology throughout the Logic Apps Designer UI by renaming "agentic loop" to "agent".
Key Changes:
Files Modified:
libs/designer-ui/src/lib/modals/DeleteNodeModal.tsxlibs/designer/src/lib/ui/common/EdgeContextualMenu/EdgeContextualMenu.tsxlibs/designer-v2/src/lib/ui/common/EdgeContextualMenu/EdgeContextualMenu.tsxlibs/designer-v2/src/lib/ui/common/KindChangeDialog/KindChangeDialog.tsxlibs/logic-apps-shared/src/designer-client-services/lib/base/operations/agent.tslibs/logic-apps-shared/src/designer-client-services/lib/consumption/manifests/agentloop.tslibs/logic-apps-shared/src/designer-client-services/lib/consumption/operations/agent.tslibs/logic-apps-shared/src/designer-client-services/lib/standard/manifest/agentloop.tsLocalize/lang/strings.json(localization strings updated)Impact of Change
Test Plan
Contributors
@ccastrotrejo
Screenshots/Videos