Skip to content

Commit 9b7640b

Browse files
WitMiaoclaude
andcommitted
chore: release v2.10.0
- Update version to 2.10.0 - Update CHANGELOG.md - Generated by /zcf-release command 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f452bae commit 9b7640b

2 files changed

Lines changed: 47 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- ## 新功能
8+
9+
- 添加 `--skip-prompt` 非交互模式选项,支持自动化脚本集成
10+
- 新增快捷参数映射,简化命令行使用体验
11+
12+
## New Features
13+
14+
- Add `--skip-prompt` non-interactive mode option for automation script integration
15+
- Add shortcut parameter mapping for simplified command-line experience
16+
17+
## 优化
18+
19+
- 优化 init 命令测试套件性能,提升开发体验
20+
- 完善工作流安装器错误处理机制
21+
22+
## Optimization
23+
24+
- Optimize init command test suite performance for better development experience
25+
- Improve workflow installer error handling mechanism
26+
27+
## 文档
28+
29+
- 更新 README 双语文档,新增非交互模式使用说明
30+
- 完善功能特性说明和使用示例
31+
32+
## Documentation
33+
34+
- Update bilingual README documentation with non-interactive mode usage
35+
- Improve feature descriptions and usage examples
36+
37+
## 测试
38+
39+
- 新增 582 行 `--skip-prompt` 功能专项测试
40+
- 增强 CLI 设置相关测试覆盖率
41+
- 优化现有测试用例的稳定性
42+
43+
## Testing
44+
45+
- Add 582 lines of specialized tests for `--skip-prompt` functionality
46+
- Enhance CLI setup test coverage
47+
- Improve stability of existing test cases
48+
349
## 2.9.11
450

551
### Patch 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.9.11",
4+
"version": "2.10.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)