mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-10 03:14:32 +08:00
199 lines
4.6 KiB
Markdown
199 lines
4.6 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
## [5.2.3] - 2025-12-15
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(parser)* 修复 bufio.Scanner token too long 错误 (#64)
|
|
|
|
### 🧪 Testing
|
|
|
|
- 同步测试中的版本号至 5.2.3
|
|
|
|
## [5.2.2] - 2025-12-13
|
|
|
|
### 🧪 Testing
|
|
|
|
- Fix tests for ClaudeBackend default --dangerously-skip-permissions
|
|
|
|
### ⚙️ Miscellaneous Tasks
|
|
|
|
- *(v5.2.2)* Bump version and clean up documentation
|
|
|
|
## [5.2.0] - 2025-12-13
|
|
|
|
### 🚀 Features
|
|
|
|
- *(dev-workflow)* 替换 Codex 为 codeagent 并添加 UI 自动检测
|
|
- *(codeagent-wrapper)* 完整多后端支持与安全优化
|
|
- *(install)* 添加终端日志输出和 verbose 模式
|
|
- *(v5.2.0)* Improve release notes and installation scripts
|
|
- *(v5.2.0)* Complete skills system integration and config cleanup
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(merge)* 修复master合并后的编译和测试问题
|
|
- *(parallel)* 修复并行执行启动横幅重复打印问题
|
|
- *(ci)* 移除 .claude 配置文件验证步骤
|
|
- *(codeagent-wrapper)* 重构信号处理逻辑避免重复 nil 检查
|
|
- *(codeagent-wrapper)* 修复权限标志逻辑和版本号测试
|
|
- *(install)* Op_run_command 实时流式输出
|
|
- *(codeagent-wrapper)* 异常退出时显示最近错误信息
|
|
- *(codeagent-wrapper)* Remove binary artifacts and improve error messages
|
|
- *(codeagent-wrapper)* Use -r flag for claude backend resume
|
|
- *(install)* Clarify module list shows default state not enabled
|
|
- *(codeagent-wrapper)* Use -r flag for gemini backend resume
|
|
- *(codeagent-wrapper)* Add worker limit cap and remove legacy alias
|
|
- *(codeagent-wrapper)* Fix race condition in stdout parsing
|
|
|
|
### 🚜 Refactor
|
|
|
|
- *(pr-53)* 调整文件命名和技能定义
|
|
|
|
### 📚 Documentation
|
|
|
|
- *(changelog)* Remove GitHub workflow related content
|
|
|
|
### 🧪 Testing
|
|
|
|
- *(codeagent-wrapper)* 添加 ExtractRecentErrors 单元测试
|
|
|
|
### ⚙️ Miscellaneous Tasks
|
|
|
|
- *(v5.2.0)* Update CHANGELOG and remove deprecated test files
|
|
|
|
## [5.1.4] - 2025-12-09
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(parallel)* 任务启动时立即返回日志文件路径以支持实时调试
|
|
|
|
## [5.1.3] - 2025-12-08
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(test)* Resolve CI timing race in TestFakeCmdInfra
|
|
|
|
## [5.1.2] - 2025-12-08
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- 修复channel同步竞态条件和死锁问题
|
|
|
|
## [5.1.1] - 2025-12-08
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(test)* Resolve data race on forceKillDelay with atomic operations
|
|
- 增强日志清理的安全性和可靠性
|
|
|
|
### 💼 Other
|
|
|
|
- Resolve signal handling conflict preserving testability and Windows support
|
|
|
|
### 🧪 Testing
|
|
|
|
- 补充测试覆盖提升至 89.3%
|
|
|
|
## [5.1.0] - 2025-12-07
|
|
|
|
### 🚀 Features
|
|
|
|
- Implement enterprise workflow with multi-backend support
|
|
- *(cleanup)* 添加启动时清理日志的功能和--cleanup标志支持
|
|
|
|
## [5.0.0] - 2025-12-05
|
|
|
|
### 🚀 Features
|
|
|
|
- Implement modular installation system
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(codex-wrapper)* Defer startup log until args parsed
|
|
|
|
### 🚜 Refactor
|
|
|
|
- Remove deprecated plugin modules
|
|
|
|
### 📚 Documentation
|
|
|
|
- Rewrite documentation for v5.0 modular architecture
|
|
|
|
### ⚙️ Miscellaneous Tasks
|
|
|
|
- Clarify unit-test coverage levels in requirement questions
|
|
|
|
## [4.8.2] - 2025-12-02
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(codex-wrapper)* Capture and include stderr in error messages
|
|
- Correct Go version in go.mod from 1.25.3 to 1.21
|
|
- Make forceKillDelay testable to prevent signal test timeout
|
|
- Skip signal test in CI environment
|
|
|
|
## [4.8.1] - 2025-12-01
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(codex-wrapper)* Improve --parallel parameter validation and docs
|
|
|
|
### 🎨 Styling
|
|
|
|
- *(codex-skill)* Replace emoji with text labels
|
|
|
|
## [4.7.3] - 2025-11-29
|
|
|
|
### 🚀 Features
|
|
|
|
- Add async logging to temp file with lifecycle management
|
|
- Add parallel execution support to codex-wrapper
|
|
- Add session resume support and improve output format
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(logger)* 保留日志文件以便程序退出后调试并完善日志输出功能
|
|
|
|
### 📚 Documentation
|
|
|
|
- Improve codex skill parameter best practices
|
|
|
|
## [4.7.2] - 2025-11-28
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- *(main)* Improve buffer size and streamline message extraction
|
|
|
|
### 🧪 Testing
|
|
|
|
- *(ParseJSONStream)* 增加对超大单行文本和非字符串文本的处理测试
|
|
|
|
## [4.7] - 2025-11-27
|
|
|
|
### 🐛 Bug Fixes
|
|
|
|
- Update repository URLs to cexll/myclaude
|
|
|
|
## [4.4] - 2025-11-22
|
|
|
|
### 🚀 Features
|
|
|
|
- 支持通过环境变量配置 skills 模型
|
|
|
|
## [4.1] - 2025-11-04
|
|
|
|
### 📚 Documentation
|
|
|
|
- 新增 /enhance-prompt 命令并更新所有 README 文档
|
|
|
|
## [3.1] - 2025-09-17
|
|
|
|
### 💼 Other
|
|
|
|
- Sync READMEs with actual commands/agents; remove nonexistent commands; enhance requirements-pilot with testing decision gate and options.
|
|
|
|
<!-- generated by git-cliff -->
|