This repository was archived by the owner on Jan 14, 2026. It is now read-only.
📦 Release 0.2.0
Release Date: 2026-01-04
⚠️ Breaking Changes
- Tool arguments moved to top level (7ee9f27)
- Parameters in
git_readandgit_editare now at the top level instead of nested underargs - Migration: Change
args.paramtoparamin custom tool calls
- Parameters in
✨ Added
- Custom prompt templates (56f4c53)
- New
prompt_templateconfig option for customizing commit message generation - Supported placeholders:
%{language},%{diff},%{history_context}
- New
🔧 Changed
- Fixed special character handling in language placeholder replacement (fcb1394)