GitExtensions.AITools
6.0.2
dotnet add package GitExtensions.AITools --version 6.0.2
NuGet\Install-Package GitExtensions.AITools -Version 6.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GitExtensions.AITools" Version="6.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GitExtensions.AITools" Version="6.0.2" />
<PackageReference Include="GitExtensions.AITools" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GitExtensions.AITools --version 6.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GitExtensions.AITools, 6.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GitExtensions.AITools@6.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GitExtensions.AITools&version=6.0.2
#tool nuget:?package=GitExtensions.AITools&version=6.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Git Extensions AI Tools
AI-powered commit message generation for Git Extensions.
Features
- AI-generated commit messages — generates conventional commit messages from staged diffs
- Auto-fill mode — automatically writes the commit message as you stage/unstage files
- Commit template — also available as a selectable template in the commit dialog dropdown
- Multiple LLM providers:
- Github Copilot CLI
- Claude Code
- OpenCode
- Anthropic (Claude)
- OpenAI
Installation
Install via GitExtensions.PluginManager:
- Open Git Extensions → Tools → Plugin Manager
- Search for AI Tools
- Install and restart Git Extensions
Configuration
Open Plugins → AI Tools in Git Extensions to configure:
| Setting | Description | Default |
|---|---|---|
| Enabled | Enable/disable the plugin | true |
| Auto-fill on stage/unstage | Automatically fill the commit message box | true |
| Provider | LLM provider to use | GitHub Copilot |
| API Key | API key (optional for GitHub Copilot / Claude Code / OpenCode) | — |
| Model override | Use a specific model instead of the provider default | — |
| Commit types | Comma-separated list of allowed conventional commit types | feat, fix, refactor, ... |
| Custom instructions | Appended to the built-in prompt | — |
How It Works
- With auto-fill enabled (default): The commit message is generated automatically when you stage or unstage files and updates as you go.
- With auto-fill disabled: Select the "AI: Generate commit message" template from the commit message dropdown to trigger generation.
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- GitExtensions.Extensibility (>= 0.4.0 && < 0.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.