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

Closed
palandovalex opened this issue Jan 19, 2025 · 2 comments
Closed

Code version management #2358

palandovalex opened this issue Jan 19, 2025 · 2 comments
Labels

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.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Feb 19, 2025
Copy link

github-actions bot commented Mar 5, 2025

This issue was closed because it has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as completed Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant