Releases: UfoMiao/zcf
Releases · UfoMiao/zcf
[email protected]
Speak human language version:
讲人话版:
Hotfix
- Fixed the issue where the latest version of Codex API configuration reported missing keys.
- Resolved the failure in checking for updates after installing Claude Code via Homebrew.
- Added a default startup_timeout_ms=30 for Codex MCP.
补丁修复
- 修复了codex最新版 api配置报缺失key的问题
- 修复claude code homebrew安装后使用check更新失败的问题
- codex mcp默认增加startup_timeout_ms=30
AI-generated:
AI生成的:
Patch Changes
-
Improvements
- Enhance Codex backup message handling and env_key migration logic
- Change Codex startup timeout from milliseconds to seconds for better usability
- Migrate env_key to temp_env_key across the codebase for cleaner configuration
- Enhance installation verification and symlink handling for Claude Code
- Support Homebrew installations for Claude Code update logic
- Enhance localization for installation and common messages
优化
- 增强 Codex 备份消息处理和 env_key 迁移逻辑
- 将 Codex 启动超时从毫秒改为秒,提升易用性
- 在代码库中将 env_key 迁移至 temp_env_key,配置更清晰
- 增强 Claude Code 安装验证和符号链接处理
- 支持 Homebrew 安装的 Claude Code 更新逻辑
- 增强安装和通用消息的国际化支持
Documentation
- Enhance documentation with UnoCSS integration and new components
- Fix TopBanner component with reactive language support
文档
- 增强文档,集成 UnoCSS 和新组件
- 修复 TopBanner 组件的响应式语言支持
[email protected]
Patch Changes
-
New Features
- Implement extra fields preservation in Codex MCP configuration
- Support saving single API configuration to TOML for easy profile switching
- Add community section with Telegram group links across documentation
新功能
- 实现 Codex MCP 配置中的额外字段保留功能
- 支持将单个 API 配置保存到 TOML 以便轻松切换配置文件
- 在文档中添加社区板块,包含 Telegram 群组链接
Optimization
- Improve update logic to support multiple installation methods
- Use Claude Code's built-in 'claude update' command for better compatibility
- Implement smart installation method detection for Codex
- Refactor installMethod type for improved consistency
优化
- 改进更新逻辑以支持多种安装方式
- 使用 Claude Code 内置的 'claude update' 命令提升兼容性
- 为 Codex 实现智能安装方式检测
- 重构 installMethod 类型以提高一致性
Fixes
- Update Homebrew cask version retrieval to support v2 JSON format
- Correct installMethod to 'npm-global' for configuration consistency
修复
- 更新 Homebrew cask 版本获取以支持 v2 JSON 格式
- 修正 installMethod 为 'npm-global' 以保持配置一致性
Documentation
- Add favicon to site configuration for improved branding
- Simplify sidebar text by removing emojis for clarity
- Add Halley-chan image and description to output styles documentation
- Update documentation domain links
文档
- 为站点配置添加 favicon 图标以改进品牌形象
- 简化侧边栏文本,移除表情符号以提升清晰度
- 为输出样式文档添加 Halley-chan 角色图片和说明
- 更新文档域名链接
[email protected]
Minor Changes
-
New Features
- Add path normalization utility for Windows compatibility
- Enhance internationalization support for provider management
- Improve CLI uninstall and installation processes with better error handling
- Integrate inquirer-toggle package for enhanced interactive prompts
- Add comprehensive VitePress documentation system with multilingual support (zh-CN, en, ja-JP)
- Migrate and enhance GitBook documentation structure
新功能
- 添加路径规范化工具,提升 Windows 兼容性
- 增强 provider 管理的国际化支持
- 改进 CLI 卸载和安装流程,优化错误处理
- 集成 inquirer-toggle 包,增强交互式提示体验
- 新增完整的 VitePress 文档系统,支持多语言(中文、英文、日文)
- 迁移并增强 GitBook 文档结构
Fixes
- Fix environment variable formatting in renderCodexConfig
- Update Codex configuration handling for better reliability
修复
- 修复 renderCodexConfig 中的环境变量格式化问题
- 更新 Codex 配置处理逻辑,提升可靠性
Documentation
- Add comprehensive VitePress documentation covering features, workflows, CLI commands, and best practices
- Significantly expand zh-CN documentation with comprehensive guides
- Update README files with streamlined structure and quick links to documentation
- Add acknowledgments section to README files
- Update CLAUDE.md and installation documentation for versioning and installation methods
文档更新
- 新增完整的 VitePress 文档,涵盖功能、工作流、CLI 命令和最佳实践
- 大幅扩展中文文档,添加全面的使用指南
- 更新 README 文件,优化结构并添加文档快速链接
- 在 README 文件中添加致谢部分
- 更新 CLAUDE.md 和安装文档,完善版本管理和安装方法说明
Optimization
- Update documentation deployment workflow to trigger on main branch
- Improve Node.js setup in CI/CD workflows
- Enhance test coverage configuration to include docs directory
- Refactor GitBook document structure for better organization
优化
- 更新文档部署工作流,在 main 分支触发
- 改进 CI/CD 工作流中的 Node.js 设置
- 增强测试覆盖配置,包含 docs 目录
- 重构 GitBook 文档结构,提升组织性
Testing
- Add comprehensive test coverage for new features
- Enhance existing test suites for better reliability
测试优化
- 为新功能添加全面的测试覆盖
- 增强现有测试套件,提升可靠性
[email protected]
Patch Changes
-
New Features
- Add sudo support for global npm installations on Linux systems
- Enhance installation process with automatic privilege escalation for Cometix and CCR tools
- Improve cross-platform compatibility for system-level package installations
新功能
- 为 Linux 系统添加全局 npm 安装的 sudo 支持
- 增强 Cometix 和 CCR 工具的安装流程,支持自动权限提升
- 改进系统级软件包安装的跨平台兼容性
Documentation
- Update README files with GLM CODING PLAN sponsorship information
- Add GLM brand assets and visual resources
文档更新
- 更新 README 文件,添加 GLM CODING PLAN 赞助商信息
- 添加 GLM 品牌资源和视觉素材
Testing
- Add comprehensive test coverage for sudo installation scenarios
- Enhance Codex installation and uninstallation test suites
- Improve platform-specific test cases for Linux environments
测试优化
- 为 sudo 安装场景添加全面的测试覆盖
- 增强 Codex 安装和卸载测试套件
- 改进 Linux 环境的平台特定测试用例
[email protected]
Patch Changes
-
New Features
- Add PackyCode API provider preset with dedicated assets and configuration
新功能
- 新增 PackyCode API 预设供应商及其资源与配置
Fixes
- Ensure preset providers apply their default models when creating Claude Code profiles
- Update Kimi API endpoints and tests to reflect the latest service domain
修复
- 预设供应商在创建 Claude Code 配置时自动带入默认模型
- 更新 Kimi API 接口地址与测试以匹配最新服务域名
Optimization
- Remove deprecated onboarding flag from the official login workflow configuration
优化
- 移除官方登录流程中过时的 onboarding 标记配置
Documentation
- Refresh multilingual README assets with optimized PackyCode sponsor visuals
文档
- 更新多语言 README,使用优化后的 PackyCode 赞助展示图
[email protected]
Patch Changes
-
New Features
- Add configuration copy functionality for easier profile duplication
- Support model configuration editing in profile management
- Refactor Codex constants management for better maintainability
- Enhance multi-language support with new translation keys for configuration features
新功能
- 添加配置复制功能,支持快速复制配置文件
- 支持在配置管理中编辑模型配置
- 重构 Codex 常量管理,提升代码可维护性
- 增强多语言支持,为配置功能添加新的翻译键
Optimization
- Improve Codex configuration switch logic with comprehensive testing
- Enhance Claude Code incremental manager with better error handling
- Update documentation with latest module descriptions and architecture details
优化
- 改进 Codex 配置切换逻辑,新增全面的测试覆盖
- 增强 Claude Code 增量管理器的错误处理能力
- 更新文档,补充最新的模块描述和架构细节
Testing
- Add comprehensive test suites for configuration switching functionality
- Add unit tests for Claude Code incremental manager
- Add integration tests for Codex configuration management
测试
- 为配置切换功能添加全面的测试套件
- 为 Claude Code 增量管理器添加单元测试
- 为 Codex 配置管理添加集成测试
[email protected]
Minor Changes
-
New Features
- Add API provider preset system for simplified configuration
- Support preset providers: 302.AI, GLM, MiniMax, Kimi, and custom endpoints
- Add
--provider/-pCLI parameter for quick provider selection - Implement automatic baseUrl, authType, and model configuration based on provider
- Add comprehensive API provider selection for both Claude Code and Codex
新功能
- 添加 API 提供商预设系统,简化配置流程
- 支持预设提供商:302.AI、GLM、MiniMax、Kimi 和自定义端点
- 添加
--provider/-pCLI 参数用于快速选择提供商 - 基于提供商自动配置 baseUrl、authType 和模型
- 为 Claude Code 和 Codex 添加全面的 API 提供商选择功能
Optimization
- Reduce configuration complexity from 5+ parameters to just 2 (provider + API key)
- Improve CI/CD automation experience with preset configurations
- Enhance user experience with provider-specific presets
- Add comprehensive i18n support for provider-related messages
优化
- 将配置复杂度从 5+ 个参数简化为仅 2 个(提供商 + API 密钥)
- 通过预设配置改善 CI/CD 自动化体验
- 使用提供商特定预设增强用户体验
- 为提供商相关消息添加全面的国际化支持
Fixes
- Automatic identification of code comment languages
修复
- 代码注释语言自动识别
Documentation
- Add comprehensive documentation for CCR, Code Tools, Cometix, and Templates modules
- Update README with provider preset examples in English, Chinese, and Japanese
- Add detailed API provider configuration guides
文档
- 为 CCR、Code Tools、Cometix 和 Templates 模块添加全面文档
- 更新 README,添加英文、中文和日文的提供商预设示例
- 添加详细的 API 提供商配置指南
[email protected]
Patch Changes
-
New Features
- Add Halley-chan animated avatar with hover effects to README files
- Add new banner and logo assets for enhanced visual identity
- Add sponsor information and promotion acknowledgments
Optimization
- Enhance code type parameter handling with improved error messages
- Change API key input from password to visible text for better user experience
- Improve code type resolver with better validation and error handling
Documentation
- Update README files across all languages (EN, ZH-CN, JA-JP) with new visual assets
- Add comprehensive test coverage for CLI setup and menu commands
- Update sponsor and promotion sections
新功能
- 为 README 文件添加 Halley-chan 动画头像和悬停效果
- 添加新的 banner 和 logo 资源,增强视觉识别度
- 添加赞助商信息和推广致谢
优化
- 增强代码类型参数处理,改进错误消息提示
- 将 API key 输入从密码模式改为可见文本,提升用户体验
- 改进代码类型解析器,增强验证和错误处理能力
文档
- 更新所有语言版本的 README 文件(英文、中文、日文),添加新的视觉资源
- 为 CLI 设置和菜单命令添加全面的测试覆盖
- 更新赞助商和推广部分内容
[email protected]
Patch Changes
-
New Features
- Add custom API model configuration support for Claude Code
- Extend Windows command wrapper support for uvx and uv tools
- Update sponsor information in README files
新功能
- 添加 Claude Code 自定义 API 模型配置支持
- 扩展 Windows 命令包装器支持 uvx 和 uv 工具
- 更新 README 文件中的赞助信息
Fixes
- Guard command wrapper to avoid processing undefined commands
- Restore primaryApiKey and hasCompletedOnboarding when switching profiles
修复
- 防护命令包装器避免处理未定义的命令
- 切换配置文件时恢复 primaryApiKey 和 hasCompletedOnboarding
Testing
- Add comprehensive test coverage for custom model configuration
- Add parameter validation tests for init command
- Enhance platform and codex-platform test coverage
测试
- 添加自定义模型配置的全面测试覆盖
- 添加 init 命令的参数验证测试
- 增强 platform 和 codex-platform 测试覆盖
[email protected]
Patch Changes
-
New Features
- Add Serena MCP service integration, support Claude Code and Codex
- Improve MCP service configuration with type safety enhancements
- Add comprehensive internationalization support for new MCP services
新功能
- 新增 Serena MCP 服务集成,支持 Claude Code 和 Codex
- 改进 MCP 服务配置,增强类型安全性
- 为新增 MCP 服务添加全面的国际化支持
Optimization
- Enhance type safety for MCP service configurations
- Improve multi-config handling with better validation
- Strengthen test coverage for MCP integration scenarios
优化
- 增强 MCP 服务配置的类型安全性
- 改进多配置处理,提供更好的验证机制
- 加强 MCP 集成场景的测试覆盖率
Fixes
- Resolve configuration validation issues in multi-config scenarios
- Ensure proper type checking for MCP service definitions
修复
- 解决多配置场景中的配置验证问题
- 确保 MCP 服务定义的适当类型检查
Testing
- Add comprehensive test coverage for Serena MCP integration
- Enhance validation tests for multi-config handling
- Improve test coverage for MCP service type safety
测试
- 为 Serena MCP 集成添加全面的测试覆盖
- 增强多配置处理的验证测试
- 改进 MCP 服务类型安全的测试覆盖率