Skip to content

Commit 6c36b5a

Browse files
WitMiaoclaude
andcommitted
chore: release v2.5.1
- Update version to 2.5.1 - 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 e1f01ef commit 6c36b5a

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- ## 新功能
8+
9+
- 将 Exa MCP 服务改为本地环境变量配置方式,提升安全性
10+
- 支持通过环境变量传递 API 密钥,避免在命令行参数中暴露
11+
12+
## New Features
13+
14+
- Switch Exa MCP service to local environment-based configuration for better security
15+
- Support passing API keys through environment variables to avoid exposure in command arguments
16+
17+
## 优化
18+
19+
- 增强 buildMcpServerConfig 函数以支持环境变量配置
20+
- 改进 MCP 服务配置的测试覆盖率
21+
22+
## Optimization
23+
24+
- Enhance buildMcpServerConfig function to support environment variable configuration
25+
- Improve test coverage for MCP service configuration
26+
27+
## 文档
28+
29+
- 更新 README 中的项目名称引用
30+
- 添加 DeepWiki 徽章到中英文文档
31+
32+
## Documentation
33+
34+
- Update project name references in README
35+
- Add DeepWiki badge to both English and Chinese documentation
36+
37+
## 其他
38+
39+
- 升级 GitHub Actions 中的 Codecov action 到 v5
40+
41+
## Others
42+
43+
- Upgrade Codecov action to v5 in GitHub Actions
44+
345
## 2.5.0
446

547
### 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.5.0",
4+
"version": "2.5.1",
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)