Skip to content

Commit 87fcc82

Browse files
committed
chore: release v2.3.0
- Update version to 2.3.0 - Update CHANGELOG.md - Generated by /zcf-release command
1 parent b7e9b5a commit 87fcc82

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- ## 新功能
8+
9+
- 添加危险操作确认机制,提升 Claude Code 使用安全性
10+
- 优化技术执行指南文档,减少 token 消耗约 30%
11+
12+
## New Features
13+
14+
- Add dangerous operations confirmation mechanism for improved Claude Code safety
15+
- Optimize technical execution guidelines documentation, reducing token consumption by ~30%
16+
17+
## 详细说明
18+
19+
### 危险操作确认
20+
21+
需要用户确认的操作:
22+
23+
- 文件系统:删除、批量修改、移动系统文件
24+
- 代码提交:git commit、push、reset --hard
25+
- 系统配置:环境变量、系统设置、权限变更
26+
- 数据操作:数据库删除、结构变更、批量更新
27+
- 网络请求:发送敏感数据、调用生产 API
28+
- 包管理:全局安装/卸载、更新核心依赖
29+
30+
### Details
31+
32+
### Dangerous Operations Confirmation
33+
34+
Operations requiring user confirmation:
35+
36+
- File System: Delete, bulk modifications, move system files
37+
- Code Commits: git commit, push, reset --hard
38+
- System Config: Environment variables, system settings, permissions
39+
- Data Operations: Database deletions, schema changes, bulk updates
40+
- Network Requests: Send sensitive data, call production APIs
41+
- Package Management: Global install/uninstall, update core dependencies
42+
343
## 2.2.0
444

545
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zcf",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"packageManager": "pnpm@9.15.9",
66
"description": "Zero-Config Claude-Code Flow - One-click configuration tool for Claude Code",
77
"license": "MIT",

0 commit comments

Comments
 (0)