Skip to content

Commit 4cc43cb

Browse files
committed
chore: release v2.9.5
- Update version to 2.9.5 - Update CHANGELOG.md - Generated by /zcf-release command
1 parent 97c083c commit 4cc43cb

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.9.5
4+
5+
### Patch Changes
6+
7+
- ## 修复
8+
9+
- 改进 CCR 包检测和替换逻辑,确保正确安装 @musistudio/claude-code-router
10+
- 修复当旧的错误包存在时的安装流程问题
11+
- 移除导致 CI 测试失败的时间相关断言
12+
13+
## 优化
14+
15+
- 增强包检测机制,同时验证命令存在性和正确包的安装状态
16+
- 优化 CCR 安装状态结构,提供更详细的安装信息
17+
18+
## Fixes
19+
20+
- Improve CCR package detection and replacement logic to ensure correct @musistudio/claude-code-router package installation
21+
- Fix installation flow issues when old incorrect package exists
22+
- Remove flaky time-based test assertions causing CI failures
23+
24+
## Optimization
25+
26+
- Enhance package detection mechanism to verify both command existence and correct package installation status
27+
- Optimize CCR installation status structure for more detailed installation information
28+
329
## 2.9.4
430

531
### 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.4",
4+
"version": "2.9.5",
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)