Releases: UfoMiao/zcf
Releases · UfoMiao/zcf
Release list
v2.9.4
Patch Changes
-
修复
- 改进 CCR 包检测和替换逻辑
- 即使 ccr 命令存在也会检查是否安装了错误的包
- 在安装正确的包之前自动卸载 claude-code-router
- 确保始终安装正确的 @musistudio/claude-code-router 包
Fixes
- Improve CCR package detection and replacement logic
- Check for incorrect package even when ccr command exists
- Automatically uninstall claude-code-router before installing the correct package
- Ensure @musistudio/claude-code-router is always correctly installed
v2.9.3
Patch Changes
-
修复
- 修正 CCR 包名从
claude-code-router到@musistudio/claude-code-router - 更新所有相关引用和测试用例
- 在 README 中添加 v2.9.1 版本用户的重要提示
Fixes
- Correct CCR package name from
claude-code-routerto@musistudio/claude-code-router - Update all related references and test cases
- Add important note for v2.9.1 users in README
- 修正 CCR 包名从
v2.9.2
Patch Changes
-
修复
- 修正 CCR 包名引用,统一使用 @musistudio/claude-code-router
- 移除版本检查和自动更新中的错误包名回退逻辑
- 更新测试文件中的包名引用
Fixes
- Correct CCR package name references to use @musistudio/claude-code-router consistently
- Remove incorrect package name fallback logic in version checking and auto-update
- Update package name references in test files
v2.9.1
Patch Changes
-
修复
- 移除工具描述中重复的 ccusage GitHub 链接
Fixes
- Remove duplicate ccusage GitHub link from tools description
文档
- 更新帮助命令,补充新功能说明
- 优化 ccr 和 ccu 命令描述
- 添加 check-updates 命令文档
- 增加 check 快捷方式说明
Documentation
- Update help command with new features documentation
- Optimize ccr and ccu command descriptions
- Add check-updates command documentation
- Add check shortcut alias documentation
v2.9.0
Minor Changes
-
新功能
- 新增 Git 工作流命令套件,包含智能提交、安全回滚、分支清理功能
- 添加 /zcf-update-docs 命令,自动检查并同步文档与代码实现
- Git 命令支持自动暂存、智能生成提交信息、批量分支清理
- 感谢@konbakuyomu 提供的git commands
New Features
- Add Git workflow command suite with smart commit, safe rollback, and branch cleanup
- Add /zcf-update-docs command for automatic documentation synchronization
- Git commands support auto-staging, intelligent commit message generation, and batch branch cleanup
- Thank you to @konbakuyomu for providing these Git commands
优化
- 完善工作流安装系统,支持模块化命令安装
- 更新界面截图,展示最新的用户界面
Optimization
- Improve workflow installation system with modular command installation support
- Update screenshots to show the latest user interface
测试
- 为 Git 工作流添加全面的单元测试和边缘测试
- 增加工作流配置和安装器的测试覆盖率
Testing
- Add comprehensive unit tests and edge tests for Git workflow
- Increase test coverage for workflow configuration and installer
文档
- 更新 README 文档,添加 Git 命令的详细说明
- 同步中英文文档,保持内容一致性
Documentation
- Update README documentation with detailed Git command descriptions
- Synchronize Chinese and English documentation for consistency
v2.8.2
Patch Changes
-
修复
- 改进 CCR start 命令的错误处理机制
- 优化 CCR 安装程序逻辑和测试覆盖
文档
- 增强 MCP 服务使用指南,添加详细的使用场景和示例
- 完善技术执行指南,新增 AI 助手行为准则
- 改进文档结构和格式,提升可读性
- 更新中英文版本的内存模板
Fixes
- Improve error handling for CCR start command
- Optimize CCR installer logic and test coverage
Documentation
- Enhance MCP service usage guide with detailed use cases and examples
- Improve technical execution guidelines with AI assistant behavior principles
- Refine documentation structure and formatting for better readability
- Update memory templates for both Chinese and English versions
v2.8.1
Patch Changes
-
新功能
- 添加版本检查和自动更新功能,支持 CCR 和 Claude Code 的版本检查与更新
- 新增默认模型配置选项,改进语言配置提示体验
- 新增
check-updates命令,用于检查和更新工具到最新版本
New Features
- Add version check and auto-update functionality for CCR and Claude Code
- Add default model configuration option and improve language configuration prompts
- Add
check-updatescommand to check and update tools to latest versions
优化
- 改进测试覆盖率,添加边缘测试用例
- 增强 CCR 功能文档,添加自动更新说明
Optimization
- Improve test coverage with edge case tests
- Enhance CCR feature documentation with auto-update instructions
文档
- 更新 README 文件,添加新功能说明
- 完善赞助信息,添加支付二维码
Documentation
- Update README files with new feature descriptions
- Add sponsor information with payment QR codes
v2.8.0
Minor Changes
-
新功能
- 添加 CCR (Claude Code Runner) 代理配置支持,帮助企业用户配置 Claude Code 代理
- 实现 CCR 交互式管理菜单,支持预设配置和自定义代理设置
- 为所有 inquirer 列表提示添加序号,改善用户体验
- CCR 支持跳过选项,允许用户手动配置
New Features
- Add CCR (Claude Code Runner) proxy configuration support for enterprise users
- Implement interactive CCR management menu with preset configurations and custom proxy settings
- Add sequential numbers to all inquirer list prompts for better user experience
- Support skip option in CCR for manual configuration
优化
- 重构 i18n 系统为模块化结构,提升代码组织性和可维护性
- 改进配置合并逻辑,更好地处理复杂配置场景
- 优化初始化流程中的功能显示和选择
Optimization
- Refactor i18n system to modular structure for better code organization and maintainability
- Improve configuration merge logic for better handling of complex scenarios
- Optimize feature display and selection in initialization flow
测试
- 为 CCR 功能添加全面的单元测试和边缘测试
- 新增 prompt-helpers 工具函数的测试覆盖
Testing
- Add comprehensive unit tests and edge tests for CCR features
- Add test coverage for prompt-helpers utility functions
文档
- 更新 README 文件,添加 CCR 功能的详细文档
- 完善命令行参数说明和使用示例
Documentation
- Update README files with detailed CCR feature documentation
- Improve command-line parameter descriptions and usage examples
v2.7.1
Patch Changes
-
修复
- 改进用户提示信息,在 Exa API Key 输入提示中添加获取链接
- 在选项输入提示中添加不区分大小写的说明
- 优化中英文翻译的一致性
Fixes
- Improve user prompts by adding URL to Exa API key input prompt
- Add case-insensitive note to choice input prompt
- Optimize consistency of Chinese and English translations
文档
- 更新 CHANGELOG 中 ccu 命令的描述
Documentation
- Update ccu command description in CHANGELOG
v2.7.0
Minor Changes
-
新功能
- 新增
ccu命令用于 Claude Code 用量分析 - 实现 Claude Code 使用情况统计和分析工具
- 菜单界面新增 CCU (Claude Code Usage) 选项
- 完善用量统计消息的多语言支持
New Features
- Add
ccucommand for Claude Code usage analysis - Implement Claude Code usage statistics and analysis tools
- Add CCU (Claude Code Usage) option to menu interface
- Add multilingual support for usage statistics messages
测试
- 为 ccu 命令添加全面的单元测试
- 为用量分析模块添加边界测试覆盖
Testing
- Add comprehensive unit tests for ccu command
- Add edge case test coverage for usage analysis module
文档
- 更新 README 添加 ccu 命令说明
- 更新项目计划文档
Documentation
- Update README with ccu command documentation
- Update project planning documentation
- 新增