> ## Documentation Index
> Fetch the complete documentation index at: https://atcyrus.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Git Committer Identity

> How Cyrus configures the Git committer identity for agent-made commits.

When Cyrus makes commits on your behalf, it uses a dedicated Git committer identity so you can clearly distinguish agent-made commits from human ones.

***

## Committer configuration

Cyrus uses the following Git identity for all commits:

| Field               | Value                                           |
| ------------------- | ----------------------------------------------- |
| **Committer Name**  | `cyrusagent`                                    |
| **Committer Email** | `208047790+cyrusagent@users.noreply.github.com` |

These are the default values. Every commit made by the Cyrus agent will appear in your Git history under this identity, making it easy to filter and audit agent activity.

### Changing the committer identity

How you edit the Git committer identity depends on your runtime:

**Cloud-Hosted Runtime**

Update the committer name and email in the Cyrus dashboard at [Settings → Behaviours](https://app.atcyrus.com/settings/behaviours).

**Self-Hosted Runtime**

Update the global Git config for the user account that runs the `cyrus` CLI:

```bash theme={null}
git config --global user.name "your-name"
git config --global user.email "your-email@example.com"
```

***

## What's next

The committer identity ties directly into how deploy previews work. To learn how to use deploy previews to review Cyrus's changes end-to-end, see [Deploy Previews](/deploy-previews).

<Card title="Cyrus Community" href="https://discord.com/invite/prrtADHYTt" img="https://mintcdn.com/ceedaraiinc/75NMRUlNh03-gDHX/images/cyrus-f1.png?fit=max&auto=format&n=75NMRUlNh03-gDHX&q=85&s=947d2de0018937ce613572349bc91f06" width="1120" height="928" data-path="images/cyrus-f1.png">
  Get support on Discord
</Card>
