git-ai-control 0.4.5 → 0.4.7

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  本项目的所有重要变更都会记录在此文件中。
4
4
 
5
+ ## [0.4.7] - 2026-08-11
6
+
7
+ ### 修复
8
+
9
+ - 修复全部“每行一条”规则输入框在最后一行按 Enter 后空行被受控状态立即清除的问题,覆盖 Skill、仓库匹配、敏感正则及 Agent / 模型治理配置。
10
+
11
+ ## [0.4.6] - 2026-08-07
12
+
13
+ ### 变更
14
+
15
+ - 移除分支推送和 Pull Request 校验工作流;GitHub Actions 仅在推送 `v*` 版本标签时运行发布与校验流程。
16
+
5
17
  ## [0.4.5] - 2026-08-07
6
18
 
7
19
  ### 修复
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "git-ai-control",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "description": "Git AI 本地配置与上传隐私控制面板",
5
5
  "type": "module",
6
6
  "bin": {