Skip to content

Commit 19527a7

Browse files
baldawarishiclaude
andauthored
fix: use Cursor's official attribution email (#15)
Cursor now auto-appends `Co-authored-by: Cursor <cursoragent@cursor.com>` to agent commits (enabled by default in Settings > Agent > Attribution). We were using `noreply@cursor.com`, so our dedup check wouldn't recognize Cursor's own trailer — resulting in duplicate Co-authored-by lines. This updates our email to match Cursor's. References: - [Cursor Git docs](https://cursor.com/docs/integrations/git) - [Forum: co-author added without consent](https://forum.cursor.com/t/co-author-added-without-consent-and-cant-be-turned-off/150096) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4a1cb26 commit 19527a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub const KNOWN_AGENTS: &[Agent] = &[
2626
Agent {
2727
process_names: &["cursor", "cursor-agent"],
2828
env_vars: &[],
29-
email: "Cursor <noreply@cursor.com>",
29+
email: "Cursor <cursoragent@cursor.com>",
3030
breadcrumb_dir: None,
3131
breadcrumb_ext: None,
3232
},

0 commit comments

Comments
 (0)