> For the complete documentation index, see [llms.txt](https://glitch9.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://glitch9.gitbook.io/docs/unity-assets/commit-gen.md).

# Commit Gen

<figure><img src="/files/OmkW8CQGmtUCn61Dw7wM" alt=""><figcaption></figcaption></figure>

Welcome to **CommitGen**, the ultimate tool to streamline your version control in Unity. With CommitGen, you never have to worry about crafting the perfect commit message again—let automation handle it, keeping your project history clean and professional.

### Features at a Glance

#### Automated Commit Messages

* **Instant Generation**: Create precise commit messages for changes in scenes and ScriptableObjects with just a click.

#### Customizable Message Detail

* **Flexible Options**: Choose from one-liner summaries to detailed multi-line descriptions to fit your project's specific needs.

#### Multi-Language Support

* **Global Accessibility**: Localize your commit messages with support for multiple languages, making your project accessible worldwide.

#### Unity Editor Integration

* **Seamless Workflow**: Manage your version control directly within the Unity Editor with an intuitive interface that blends seamlessly into your workflow.

#### Preview and Edit

* **Review Before Commit**: Preview and tweak generated commit messages to ensure clarity and relevance before finalizing them.

#### Efficient Workflow Tools

* **Lazy Commit**: Optimize your version control process with features like Lazy Commit, which combines message generation and commit into a single action.

### Why Choose CommitGen?

Forget about the hassles of writing commit messages manually. CommitGen streamlines your development process, saving time and reducing errors, allowing you to focus more on development and less on administrative tasks. It's the smart choice for Unity developers looking to enhance productivity and maintain a clear history of changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://glitch9.gitbook.io/docs/unity-assets/commit-gen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
