Skip to content

feat(seer): Rename "Agent Delegation" to "Coding Agent" in settings#107813

Open
JoshFerge wants to merge 2 commits intomasterfrom
jferg/rename-agent-delegation-to-coding-agent
Open

feat(seer): Rename "Agent Delegation" to "Coding Agent" in settings#107813
JoshFerge wants to merge 2 commits intomasterfrom
jferg/rename-agent-delegation-to-coding-agent

Conversation

@JoshFerge
Copy link
Member

Summary

Unifies terminology across org-level and project-level Seer settings to consistently use "Coding Agent" instead of "Agent Delegation" or "Background Agent".

Changes:

  • Org-level project table: "Background Agent" column → "Coding Agent"
  • Project-level settings: "Agent Delegation" panel → "Coding Agent"
  • Org-level settings: "Allow Delegation to Background Agents" → "Allow Delegation to External Coding Agents"
  • All tooltips, disabled reasons, and toast messages updated to use "coding agent" terminology

… Agent"

Unify terminology across org-level and project-level Seer settings to
consistently use "Coding Agent" instead of "Agent Delegation" or
"Background Agent".
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 6, 2026
@JoshFerge JoshFerge marked this pull request as ready for review February 6, 2026 23:41
@JoshFerge JoshFerge requested a review from a team as a code owner February 6, 2026 23:41
} else if (!isBackgroundAgentEnabled) {
disabledReason = t('This setting is only available when using background agents.');
disabledReason = t(
'This setting is only available when using an external coding agent.'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: did we mean to change this from plural to singular?

Copy link
Contributor

@ajay-sentry ajay-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link ticket or slack convo if relevant pls

@JoshFerge
Copy link
Member Author

link ticket or slack convo if relevant pls

sorry, should have put this in draft. will add more context to PR next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants