Skip to content

Commit d8a9ef5

Browse files
authored
ref(cursor): Rename Cursor Background Agent to Cursor Cloud Agent (BE) (#103259)
Rename cursor agent to cursor background agent on the integration.
1 parent babbe06 commit d8a9ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sentry/integrations/cursor/integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
from sentry.models.apitoken import generate_token
2727
from sentry.shared_integrations.exceptions import IntegrationError
2828

29-
DESCRIPTION = "Connect your Sentry organization with Cursor Background Agents."
29+
DESCRIPTION = "Connect your Sentry organization with Cursor Cloud Agents."
3030

3131
FEATURES = [
3232
FeatureDescription(
33-
"Launch Cursor Background Agents via Seer to fix issues.",
33+
"Launch Cursor Cloud Agents via Seer to fix issues.",
3434
IntegrationFeatures.CODING_AGENT,
3535
),
3636
]
@@ -128,7 +128,7 @@ def get_organization_config(self) -> list[dict[str, Any]]:
128128
"name": "api_key",
129129
"type": "secret",
130130
"label": _("Cursor API Key"),
131-
"help": _("Update the API key used by Cursor Background Agents."),
131+
"help": _("Update the API key used by Cursor Cloud Agents."),
132132
"required": True,
133133
"placeholder": "***********************",
134134
}

0 commit comments

Comments
 (0)