commit 功能已迁移到独立的 **git-tools** 插件,以提供更好的功能和性能。
Migrates commit command to git-tools plugin for enhanced functionality and performance.
/plugin marketplace add Protagonistss/claude-plugins/plugin install dev-tools@claude-plugins-protagonisthscommit 功能已迁移到独立的 git-tools 插件,以提供更好的功能和性能。
# 方法1:手动安装(推荐)
cp -r plugins/git-plugins ~/.config/claude/plugins/
# 方法2:使用包管理器
claude plugin install git-tools
| 功能 | dev-tools (旧) | git-tools (新) |
|---|---|---|
| 智能提交 | ✅ | ✅ (增强) |
| 分支管理 | ⚠️ 基础 | ✅ 完整 |
| 插件集成 | ❌ | ✅ 完整支持 |
| 配置选项 | ⚠️ 有限 | ✅ 丰富 |
| 错误处理 | ⚠️ 基础 | ✅ 完善 |
安装 git-tools 后,使用方法完全相同:
# 所有原有的参数都支持
/commit
/commit --auto
/commit --type feat --scope auth
/commit --check
/commit --push
/commit --create-branch
当前版本保留此重定向作为兼容层,将在 dev-tools 2.0.0 中移除。
建议尽快迁移到 git-tools 以获得更好的体验。
@GitExpert 获取帮助让 Git 操作更简单、更强大! 🚀