cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Suggestion: Improve code change reliability with Git-like incremental diff mechanism

Open muxiangqiu opened this issue 3 months ago • 0 comments

First of all, thank you for building such an excellent product — it’s been a great experience using it!

One concern I have is about ensuring that code changes are never lost. I’ve noticed that the product already provides save points and rollback features, which are very helpful. However, compared to a version control system like Git, the current mechanism feels less powerful and reliable when it comes to preserving incremental changes.

Would it be possible to take inspiration from Git’s design and implement an incremental diff–based approach to continuously record code changes in real time? This would provide a stronger safety net, allowing users to recover their work more confidently in case of unexpected loss.

Thanks again for all your hard work — I really appreciate the progress you’re making!

muxiangqiu avatar Nov 13 '25 15:11 muxiangqiu