Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code version management #2358

Open
palandovalex opened this issue Jan 19, 2025 · 0 comments
Open

Code version management #2358

palandovalex opened this issue Jan 19, 2025 · 0 comments

Comments

@palandovalex
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When models edit a particular piece of code, there is a chance that harmful changes may be inadvertently made to the code. Oddly enough, this disease can affect even people. This is partly why tools like difftools\were created. They can be used to carefully review all changes before committing, and then confirm or reject them.

Describe the solution you'd like
A clear and concise description of what you want to happen.

So, it is proposed to introduce a system for tracking all changes to middle or large code fragments. Each code fragment should be marked with the specific id. If the model generated a change in the code fragment, it should also request the result of difftool, analyze them, and only if everything is in order — send the result to the user.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant