Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

v0.2.0

Latest

Choose a tag to compare

@jinzhongjia jinzhongjia released this 04 Jan 06:11

📦 Release 0.2.0

Release Date: 2026-01-04

⚠️ Breaking Changes

  • Tool arguments moved to top level (7ee9f27)
    • Parameters in git_read and git_edit are now at the top level instead of nested under args
    • Migration: Change args.param to param in custom tool calls

✨ Added

  • Custom prompt templates (56f4c53)
    • New prompt_template config option for customizing commit message generation
    • Supported placeholders: %{language}, %{diff}, %{history_context}

🔧 Changed

  • Fixed special character handling in language placeholder replacement (fcb1394)