[FEATURE] Suggestion: Improve code change reliability with Git-like incremental diff mechanism
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
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.
Proposed Solution
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.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
File operations
Use Case Example
_No response_
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗