mirror of
https://github.com/Gmaker689/ai-diff-preview.git
synced 2026-09-26 23:11:51 +08:00
122c38c51e
- 新增 nextEdit/prevEdit/showEditAtIndex 命令支持逐次查看编辑 - DiffViewer 增加 editIndex/totalEdits 跟踪编辑进度 - StatusBar 增加编辑计数和逐次导航按钮 - SnapshotManager 改进 EditRecord 粒度的 accept/reject - HookHandler 支持多次编辑的二级选择(聚合/逐次) - 更新 package.json 依赖(esbuild win32-x64) - 将 .claude/hooks/ 加入 .gitignore - 删除测试.md
10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
node_modules/
|
|
dist/
|
|
out/
|
|
*.vsix
|
|
.DS_Store
|
|
*.log
|
|
coverage/
|
|
.env
|
|
.claude/hooks/
|