mirror of
https://github.com/Gmaker689/ai-diff-preview.git
synced 2026-09-27 03:21:52 +08:00
24 lines
474 B
Markdown
24 lines
474 B
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
All notable changes to this project will be documented in this file.
|
||
|
|
|
||
|
|
## [0.1.0] - 2026-06-17
|
||
|
|
|
||
|
|
### Added
|
||
|
|
- 项目初始化
|
||
|
|
- 核心架构搭建
|
||
|
|
- 快照管理器实现
|
||
|
|
- Diff 引擎实现(基于 Myers 算法)
|
||
|
|
- 内联装饰器渲染
|
||
|
|
- CodeLens 提供器
|
||
|
|
- Accept/Reject 事务处理
|
||
|
|
- Claude Hooks 集成
|
||
|
|
- 状态栏显示
|
||
|
|
- 基础测试用例
|
||
|
|
|
||
|
|
### Technical
|
||
|
|
- TypeScript + VSCode Extension API
|
||
|
|
- diff 库集成
|
||
|
|
- esbuild 构建流程
|
||
|
|
- Vitest 测试框架
|