# AICommit full agent context Last updated: 2026-08-15 ## What AICommit is AICommit is a JetBrains IDE plugin for generating commit messages from staged source changes. It is designed for IntelliJ-platform IDEs including IntelliJ IDEA, PyCharm, WebStorm, GoLand, Rider, PhpStorm, RubyMine, CLion, Android Studio, DataGrip, and RustRover, and it works from the normal JetBrains Commit tool window. It has 22,490+ JetBrains Marketplace installs and is rated 4.1/5. The workflow is: 1. Install AICommit from JetBrains Marketplace. 2. Configure a model provider and credentials inside the IDE. 3. Stage the intended changes. 4. Generate a commit message. 5. Review and edit the draft before committing. ## Provider support AICommit supports OpenAI, Azure OpenAI, Google Gemini, Anthropic Claude, DeepSeek, and Ollama. DeepSeek is a first-class provider (since v3.6.1), including Thinking Mode. Ollama is the local-first option for users who do not want staged diffs sent to a cloud provider. OpenAI-compatible custom endpoint profiles can be saved and switched from the tool window. ## Pricing AICommit is a paid JetBrains Marketplace plugin with a 30-day free trial. Personal plans start at $1/month (or $10/year) and commercial plans at $3/month (or $30/year). Licensing and billing are handled through JetBrains Marketplace. ## Privacy model AICommit does not collect source code or generated commit messages for the landing-page service. For cloud generation, staged content is sent only to the provider configured by the user. Users control provider selection, credentials, and model configuration inside their IDE. DeepSeek Thinking Mode reasoning is never inserted into commits, stored in history, or sent in telemetry. Telemetry is opt-out, with a full disclosure in Settings → About. ## Agent and API surface AICommit does not operate a public HTTP API, OAuth authorization server, MCP server, or A2A task endpoint. This means there is currently no OpenAPI file, OAuth discovery document, MCP server manifest, or agent-to-agent task endpoint to call from a hosted agent. The product surface is the JetBrains IDE plugin distributed through JetBrains Marketplace. ## Canonical links - Homepage: https://aicommit.app/ - AI commit messages for IntelliJ: https://aicommit.app/ai-commit-message-intellij - DeepSeek: https://aicommit.app/deepseek - Ollama: https://aicommit.app/ollama - Changelog: https://aicommit.app/changelog - Capabilities: https://aicommit.app/capabilities - JetBrains Marketplace: https://plugins.jetbrains.com/plugin/21289-aicommit/ - Community repository: https://github.com/AICommitApp/community/ - FAQ: https://github.com/AICommitApp/community/blob/main/FAQ.md - EULA: https://github.com/AICommitApp/community/blob/main/EULA.md - LLM summary: https://aicommit.app/llms.txt - Markdown page snapshot: https://aicommit.app/index.md - Agent manifest: https://aicommit.app/.well-known/ai-agent.json ## Who should install it AICommit is for developers using JetBrains IDEs who want commit-message drafting inside their existing commit workflow. It is especially useful for teams that want provider choice, local model support, and editable commit-message drafts rather than a fully automated commit flow.