Skip to content

Commit f74c5d8

Browse files
committed
chore: release v2.8.0
- Update version to 2.8.0 - Update CHANGELOG.md - Generated by /zcf-release command
1 parent a81a42f commit f74c5d8

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.8.0
4+
5+
### Minor Changes
6+
7+
- ## 新功能
8+
9+
- 添加 CCR (Claude Code Runner) 代理配置支持,帮助企业用户配置 Claude Code 代理
10+
- 实现 CCR 交互式管理菜单,支持预设配置和自定义代理设置
11+
- 为所有 inquirer 列表提示添加序号,改善用户体验
12+
- CCR 支持跳过选项,允许用户手动配置
13+
14+
## New Features
15+
16+
- Add CCR (Claude Code Runner) proxy configuration support for enterprise users
17+
- Implement interactive CCR management menu with preset configurations and custom proxy settings
18+
- Add sequential numbers to all inquirer list prompts for better user experience
19+
- Support skip option in CCR for manual configuration
20+
21+
## 优化
22+
23+
- 重构 i18n 系统为模块化结构,提升代码组织性和可维护性
24+
- 改进配置合并逻辑,更好地处理复杂配置场景
25+
- 优化初始化流程中的功能显示和选择
26+
27+
## Optimization
28+
29+
- Refactor i18n system to modular structure for better code organization and maintainability
30+
- Improve configuration merge logic for better handling of complex scenarios
31+
- Optimize feature display and selection in initialization flow
32+
33+
## 测试
34+
35+
- 为 CCR 功能添加全面的单元测试和边缘测试
36+
- 新增 prompt-helpers 工具函数的测试覆盖
37+
38+
## Testing
39+
40+
- Add comprehensive unit tests and edge tests for CCR features
41+
- Add test coverage for prompt-helpers utility functions
42+
43+
## 文档
44+
45+
- 更新 README 文件,添加 CCR 功能的详细文档
46+
- 完善命令行参数说明和使用示例
47+
48+
## Documentation
49+
50+
- Update README files with detailed CCR feature documentation
51+
- Improve command-line parameter descriptions and usage examples
52+
353
## 2.7.1
454

555
### 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.7.1",
4+
"version": "2.8.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)