-
What does AICommit do?
AICommit analyzes staged changes in JetBrains IDEs and generates commit messages. You can insert the generated result directly into the Commit panel. -
Which AI providers are supported?
OpenAI, Azure OpenAI, Google Gemini, Anthropic Claude, and Ollama (local models). -
What is PromptLab?
PromptLab is the commit-prompt workspace in AICommit. You can choose built-in templates, edit custom prompts, save templates, set a default template, and include recent commit summaries as context. -
Do I need to provide my own API key?
For cloud providers (OpenAI, Azure OpenAI, Gemini, Claude), yes. For Ollama, configure your local Ollama endpoint and model. -
Will AICommit collect my code or commit messages?
AICommit does not collect your code or commit messages. Content is sent only to the provider you configured for generation. See Privacy Policy and EULA. -
Can I run AICommit in a local-only mode?
Yes. Use Ollama with local models for a local-first workflow. -
How do I get started quickly?
Install the plugin, configure a provider and model, verify credentials, select a PromptLab template (or custom prompt), then click Generate.
-
API key missing,verify token failed, or provider activation failed
Open AICommit settings and check key/endpoint/model for the selected provider. Re-run verification after saving settings. -
No enabled models for <provider>
Go to settings and enable at least one model for the current provider. -
Network timeout / connection reset / SSL errors
Check your network and proxy configuration in JetBrains: HTTP Proxy Settings. Also verify your provider endpoint is reachable. -
Quota/rate-limit errors (
429)
Your provider quota or rate limit was reached. Wait and retry, switch to another model, or use another provider. -
Service overloaded / unavailable (
5xx)
The provider service is temporarily unavailable. Retry later or switch provider/model. -
Invalid authorization headerorIncorrect API key provided
Replace the key with a valid one for the selected provider and verify again. -
Azure:
The API deployment for this resource does not exist
Check Azure endpoint, deployment name, API version, and resource region. If you just created the deployment, wait a few minutes and retry. -
Generated result was copied to clipboard instead of inserted into Commit panel
AICommit falls back to clipboard when it cannot find a writable Commit panel in the current context. Open/focus the Commit tool window and insert again. -
Prompt/template changes did not take effect
Make sure the expected template is selected, save template changes, and set it as default if needed. -
License is not valid
Check your plugin subscription/license status in JetBrains Marketplace and your IDE account. -
How do I report a bug?
Please open an issue with IDE version, AICommit version, provider, model, and full error message: Issue Tracker.