gitwhisper 1.0.0
gitwhisper: ^1.0.0 copied to clipboard
AI-powered Git commit message generator that whispers the perfect commit message for your changes
1.0.0 #
- Added
gw commit --dry-runto generate and print the commit message without creating a commit, pushing, or tagging. - Showed live ACP agent tool activity (scanning files, reading diffs, blame, etc.) with filenames while a local agent works, instead of a silent wait. Recognizes both GitWhisper MCP tool calls and the read-only git commands agents run through their own shell.
- Loaded the ACP registry from a fresh on-disk cache first (6h TTL), keeping the commit hot path off the network;
gw acp cache refreshforces a network refresh. - Added a shorter, fail-fast timeout for the ACP
initializehandshake with a clear hint when an agent is still downloading on first run or needs authentication. - Enabled agent mode by default for tool-capable providers: OpenAI, Claude, Gemini, Grok, Llama, DeepSeek, GitHub Models, Ollama, Codex, and Claude Code. Models without tool support automatically use direct-diff mode.
- Switched local Codex and Claude Code providers to ACP registry-backed local agents instead of direct CLI prompt execution.
- Added ACP registry commands:
gw acp list,info,resolve,install,cache path, andcache refresh. - Added binary ACP distribution support for agents that do not publish an npx package.
- Added ACP authentication retry support so local agents can launch terminal or agent auth flows and continue the original request.
- Added ACP debug logs under
~/.gitwhisper/acp/logsfor failed or empty agent responses. - Limited ACP commit targeting to supported first-party/product-backed agents; use
gw acp list --allto inspect raw registry entries. - Exposed GitWhisper staged-change tools to ACP agents through a local stdio MCP server.
- Added interactive startup update notices with an option to update immediately or stay on the current version for the session.
- Removed the LLM7.io
freeprovider from the CLI. - Made
gw updatedetect Dart pub, Homebrew, APT, and manual installs, withgw update --checkto preview the update path. - Sanitized noisy agent responses so only valid conventional commit lines are used as commit messages.
0.1.18 #
- Formatted tool use events
0.1.17 #
- Expanded agent mode with richer read-only tools for large staged changes, including diff hunks, content chunks, search, deterministic file summaries, related files, and blame.
0.1.16 #
- Added local CLI providers for Codex (
--model codex) and Claude Code (--model claude-code), using the user's installed and authenticated CLIs instead of GitWhisper API keys. - Added
gw commit --agentfor OpenAI and Claude, letting models inspect staged changes through read-only GitWhisper tools instead of receiving the whole diff at once.
0.1.15 #
- switched openai models to make use of
max_completion_tokensinstead of the deprecatedmax_tokensparam
0.1.14 #
- Automatically detects files >10MB before committing to prevent accidentally adding large files to git history.
- When diff exceeds max size, automatically processes file-by-file without prompting (revert previously added behaviour)
0.1.13 #
- Configurable max diff size - New
--max-diff-sizeoption inset-defaultsto customize the threshold (in characters) before prompting for interactive staging (default: 50,000) - New command -
gw show-configdisplays your full configuration file in a formatted view - Improved large diff handling - Large diffs now trigger an interactive prompt with options to use focused staging, commit everything, or cancel
0.1.12 #
- Free Model (No API Key Required!) - New
freemodel option powered by LLM7.io. Use GitWhisper without any API key setup:gw commit --model free - Git Tagging Support - New
--tag/-tflag to create a git tag alongside your commit (e.g.,gw commit -t v1.0.0) - Auto-push Tags - When using
--auto-pushwith--tag, both the commit and tag are pushed to the remote - Improved Ticket Prefix - Fixed ticket prefix formatting to correctly include the prefix in generated commit messages (e.g.,
JIRA-123 -> fix: ๐ Fix bug)
0.1.11 #
- Build for ARM64
0.1.10 #
- Git Editor Integration - Edit commit messages in your preferred Git editor (vim, nano, VS Code, etc.) instead of inline prompt
- Improved Edit Workflow - After editing, the commit message returns to the confirmation menu for review instead of auto-committing
- Better UX - Respects Git's editor configuration hierarchy:
GIT_EDITORโ$EDITORโvias fallback
0.1.9 #
- Emoji Control - New
--allow-emojis/--no-allow-emojisflag to control emoji inclusion in commit messages (defaults to enabled) - Updated Model Variants - Refreshed all AI model variants with latest releases:
- OpenAI: Added GPT-5 family (gpt-5, gpt-5-mini, gpt-5-nano, gpt-5-pro), GPT-4.1 family, and gpt-realtime models
- Claude: Added claude-sonnet-4-5-20250929 and claude-opus-4-1-20250805
- Gemini: Updated to Gemini 2.5 family (gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite, gemini-2.5-flash-image, gemini-2.5-computer-use)
- Grok: Added grok-4, grok-4-heavy, grok-4-fast, and grok-code-fast-1
- DeepSeek: Added deepseek-v3.2-exp, deepseek-v3.1, deepseek-r1-0528, and more
- Build Improvements - Added dynamic version injection via yq in build workflow
- Code Documentation - Added comprehensive method documentation for commit prompt utilities
0.1.2 #
- Interactive Commit Confirmation - Review, edit, retry with different models, or discard AI-generated messages
- Enhanced User Experience - All commands now use interactive prompts with smart defaults and guided workflows
- Multi-repo Support - Confirmation workflow works across single and multiple repositories
- Improved Security - Hidden input for API keys and better Ollama handling
0.0.59 #
- feat: โจ Add language support to commit and analysis generation
0.0.58 #
- chore: ๐ง Update documentation
0.0.57 #
- Make gitwhisper available on all platforms through various installation channels
0.0.53 #
- fix: ๐ Fix API key to be optional
0.0.52 #
- fix: ๐ API key issue with Ollama
0.0.51 #
- feat: โจ Add Ollama support
0.0.50 #
- feat: โจ Make gitwhisper installable through Homebrew
0.0.49 #
- fix: ๐ Add Windows compatibility for file permissions
0.0.48 #
- feat: โจ Update Claude model variants and default version
0.0.47 #
- enhancements
0.0.46 #
- fix: ๐ Update success message, support singular repo
0.0.45 #
- feat: โจ Add folderPath to GitUtils.runGitCommit
0.0.44 #
- fix: ๐ Fix Git add, pass workingDirectory
0.0.43 #
- fix: ๐ Pass folderPath to git diff command
0.0.42 #
- fix: ๐ multi repo options
0.0.41 #
- feat: โจ Implement analysis on multiple git repos
- feat: โจ Implement commit command in subfolders
- refactor: โป๏ธ Improve git utils with subfolder support
0.0.40 #
- fix: ๐ remove argOptions
0.0.39 #
- fix: ๐ remove always add abbreviation
0.0.38 #
- fix: ๐ Handle null home directory, throw exception if null
- feat: โจ Add always-add command to allow you to skip running
git addmanually - feat: โจ Stage all unstaged files if configured
0.0.37 #
- refactor: โป๏ธ Simplify git push confirmation logic
0.0.36 #
- fix: ๐ Handle missing remote URL during push
0.0.35 #
- feat: โจ Add auto-push support (by Takudzwa Nyanhanga)
0.0.34 #
- fix: remove markdown changes
0.0.33 #
- render markdown properly
0.0.32 #
- feat: โจ Update Gemini model variants and API integration, dynamic endpoint support
0.0.31 #
- increase max output tokens for analysis
0.0.30 #
- lower mason_logger dependency version
0.0.29 #
- feat: โจ Add analyze command for detailed code change analysis
0.0.28 #
- refactor: โป๏ธ Update commit message generation prompt
0.0.27 #
- feat: โจ Add mandatory format rules for commit messages
0.0.26 #
- refactor: ๐ง Remove debug print statement, bump version to 0.0.26
0.0.25 #
- fix: make AI aware of the prefix
0.0.24 #
- chore: update release notes url
0.0.23 #
- fix: formatting issue (regression)
0.0.22 #
- refactor: โป๏ธ Remove manual commit message prefix formatting logic
- feat: โจ Add prefix support to AI commit message generation
- docs: ๐ Update commit prompt with prefix instructions
0.0.21 #
- docs: ๐ Update commit message guide with format details
0.0.20 #
- refactor: โป๏ธ Enhance prompt formatting for commit message generation
0.0.16 #
- docs: ๐ update commit message guidelines to include emojis
0.0.15 #
- chore: ๐งน remove unused process_run dependency from pubspec.yaml
0.0.14 #
- docs: expand commit types with mandatory emojis in prompt
0.0.13 #
- feat: extract commit prompt to shared utility module
0.0.12+1 #
- Added
Deepseek-V3,Phi-4-mini-instruct,Codestral 25.01, andMistral Large 24.11tolist_variants_command. - Updated README with a link to check for more models on GitHub Marketplace.
0.0.12 #
- Updated README to include GitHub models and authentication instructions.
- Enhanced command options to support new 'github' model.
- Added
GithubGeneratorfor generating commit messages using GitHub model. - Updated
model_variantswith a new default variant for GitHub.
0.0.11 #
- Integrated Deepseek model into the project
- Updated model listing and validation to include Deepseek
- Added Deepseek-specific generator implementation
- Updated documentation to reflect the new model addition
- Incremented version to 0.0.11 for release with new feature
0.0.10 #
- update README with better documentation of the commands
0.0.9 #
- feat: default to 'commit' command when args are empty, add 'gw' executable alias
0.0.8 #
- fix(set_defaults_command): remove default values to enforce mandatory options
0.0.7 #
- set and clear default model and variant for future use
0.0.6 #
- resolve dart sdk constraint issue
0.0.5 #
- fix(claude_generator): update API endpoint and model selection
- refactor(dependencies): remove curl_logger_dio_interceptor and update model variants
- feat(commit): add model-variant option to commit command
- feat(list-variants): update and expand model variant lists for all models
- fix(models): use ModelVariants for default model variants across all generators
0.0.3 #
- testing configurations
0.0.2 #
- setup basic features for the tool