|
|
ad6a10edca
|
[aide] 修复: aide flow finish 后工作目录不干净的问题
- 在 _merge_normal 方法中添加收尾提交
- record_branch_finish 更新 branches.json/md 后创建提交
- 确保 finish 完成后 git 仓库状态干净
|
2025-12-17 06:23:53 +08:00 |
|
|
|
346ec90386
|
[aide] 任务: test
|
2025-12-17 06:07:50 +08:00 |
|
|
|
ea5c1ff106
|
fix(flow): 完成分支合并逻辑修复
修复内容:
1. branch.py: _merge_normal 使用 merge_squash 替代错误的 reset_soft
2. tracker.py: finish 阶段先提交再合并,合并前额外提交状态文件
3. branch.py: 添加 _cleanup_lock_file 方法清理 lock 文件
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-17 06:06:09 +08:00 |
|
|
|
d60f0bae2d
|
[aide] 任务: 最终验证合并
|
2025-12-17 06:05:19 +08:00 |
|
|
|
2b0c007909
|
[aide] 保存未提交的变更
|
2025-12-17 06:03:45 +08:00 |
|
|
|
b2f922bf9d
|
[aide] 任务: 测试合并完成
|
2025-12-17 06:02:12 +08:00 |
|
|
|
c6569bf05b
|
暂存
|
2025-12-17 05:56:33 +08:00 |
|
|
|
cc45676c99
|
✨ feat: 完成分支处理
|
2025-12-17 05:51:45 +08:00 |
|
|
|
5c236672c5
|
fix(flow): 修复 finish 阶段分支合并的多个问题
1. 在 BranchManager 添加 _cleanup_lock_file 方法,清理 lock 文件
2. 将分支合并移到 git 提交之后执行
3. 在分支合并前再次提交状态文件(解决 save_status 更新 hash 后未提交的问题)
测试任务:创建 test-cache/hello.py
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-17 05:42:24 +08:00 |
|
|
|
ba70fafa15
|
[aide] finish: 任务完成
新增环境安装 Commands:
- /aide:install-win - Windows 环境安装命令
- /aide:install-linux - Linux 环境安装命令
新增离线安装程序:
- aide-program/offline-installer/windows/
- aide-program/offline-installer/linux/
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-17 05:22:38 +08:00 |
|