Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ollama Commit AssistantNew to Visual Studio Code? Get it now.
Ollama Commit Assistant

Ollama Commit Assistant

ericfei001

|
4 installs
| (1) | Free
Generate commit messages using local Ollama models.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

AI Commit Assistant

Generate conventional commit messages using local Ollama models.

Features

  • 🤖 AI-powered commit message generation using Ollama
  • 📝 Custom instructions support
  • ⚡ Real-time streaming responses
  • 🔒 100% local - no API keys needed
  • 🎯 Always uses staged changes (git diff --cached)

Requirements

  • Ollama installed and running
  • At least one Ollama model installed (e.g., llama3.2, deepseek-r1:1.5b)

Usage

  1. Click the Git Commit icon in the Activity Bar
  2. (Optional) Enter custom instructions
  3. Click ✨ Generate Commit Message
  4. Review the generated message
  5. Click 📋 Insert to New Terminal or ✅ Commit Directly

Configuration

  • aiCommit.defaultModel: Default Ollama model (default: llama3.2)

Installation

Install Ollama models:

ollama pull llama3.2
ollama pull deepseek-r1:1.5b

Make sure Ollama is running:

ollama serve

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft