# AI Coding Impact

### AI PR tagging methods

{% hint style="success" %}
By default, we are using the `Co-authored-by` in commits to identify AI PRs. If any PR commit has a tool as a co-author that PR is considered an AI PR.
{% endhint %}

#### Cursor

**Team plan -**&#x20;

Identifying AI PRs -&#x20;

* **Co-author tagging (automatic) -** Cursor inserts the trailer automatically. Visible on commits and PRs in GitHub / GitLab.\
  `Co-authored-by: Cursor <noreply@cursor.sh>`
* **Manual title tagging -** Developers can add `[Cursor]` to the PR title as a fallback or any other method that is convenient for the team.&#x20;

**Enterprise plan -**&#x20;

Endpoint - Commit / AI-code analytics

`GET https://api.cursor.com/analytics/ai-code/commits?startDate={ms}&endDate={ms}`

Also used for Enterprise access validation during onboarding.

{% hint style="info" %}
Enterprise only — calling this endpoint on a non-Enterprise team returns: { "code": "error", "message": "You must be a member of an enterprise team to access this resource" }
{% endhint %}

#### Claude

Claude Code appends a Git co-author trailer to every commit where it wrote or edited code:

`Co-authored-by: Claude <noreply@anthropic.com>`

This trailer is recognised natively by GitHub, GitLab, and Bitbucket and surfaces on both commits and PRs.

Identifying AI PRs -&#x20;

* **Co-author tagging (automatic)** - Claude inserts the trailer automatically on accepted edits. No developer action required.
* **Manual title tagging**: Developers can add `[Claude]` to the PR title as a fallback (e.g., \[claude] Feat: auth done) or use another method that is convenient for the team.&#x20;

#### Co-pilot&#x20;

As Copilot is GitHub-native, this trailer is surfaced prominently on PR pages with a Copilot badge in the contributor list.

`Co-authored-by: GitHub Copilot <copilot@github.com>`

Identifying AI PRs -&#x20;

GitHub Copilot appends a co-author trailer on commits where code was generated via inline suggestions or Chat insertions:

* **Co-author tagging (automatic)** - Copilot inserts the trailer automatically when suggestions are accepted.
* **Manual title tagging** - Teams can add `[Copilot]` to PR titles, which is useful for PRs where the majority of the code was AI-generated.
* **GitHub PR labels (recommended)** - A GitHub Action can detect the co-author trailer and automatically apply an AI-assisted label, enabling filtering in the PR list and project boards.

You can reach out to us at <tech@typoapp.io> or via live chat to share your process & we will set it up.&#x20;

Read more about the AI coding feature [here.](https://typo.gitbook.io/typo-help-docs/platform/ai-coding)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/configurations/ai-coding-impact.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
