git-repo-comitter 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # git-repo-comitter
2
2
 
3
3
  基于大语言模型的 Git 提交信息生成工具。
4
- 自动读取 Git 差异,
5
- 调用 OpenAI 兼容 API 生成 Conventional Commits 格式的提交信息并执行提交。
4
+ 自动读取 Git 差异,调用 OpenAI 兼容 API 生成 Conventional Commits 格式的提交信息并执行提交。
6
5
 
7
6
  ## 使用
8
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-repo-comitter",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "A CLI tool that uses LLM to generate Git commit messages and execute commits",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",