-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Rebase of @leomariga's Existing Project #578
Conversation
…isspellings and cleaned up. Applied leomariga suggestions.
Added range functionality to file selector input, fixed some bugs, m…
…isspellings and cleaned up. Applied leomariga suggestions.
# Conflicts: # gpt_engineer/file_selector.py # gpt_engineer/main.py
…0, and a few common library folders are ignored (site-packages, and node_modules).
…tput format is correct and the regEx parser can pick up the file name and place the file correctly.
I think I have addressed everything in the last comments of #465. Additionally if the file names are not known or a new file is generated then these new files are placed in |
Thanks for helping us with this issue @pbharrin . I hope we can see it merged soon. =) |
Awesome great job @pbharrin I'll try to do the review later today, day full of afk duties. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job on the PR.
Added my comments. You can immediately commit my proposals in git by clicking commit to batch.
Remove development notes. Co-authored-by: Anton Osika <[email protected]>
Co-authored-by: Anton Osika <[email protected]>
Co-authored-by: Anton Osika <[email protected]>
remove redundant code Co-authored-by: Anton Osika <[email protected]>
remove development notes Co-authored-by: Anton Osika <[email protected]>
Co-authored-by: Anton Osika <[email protected]>
Co-authored-by: Anton Osika <[email protected]>
As requested by @AntonOsika I've rebased @leomariga 's "Improve Existing Codes" PR #465 to recent changes.
I tested and it works in "normal" mode (generate new code) and it works in Improve Existing Code mode. Existing code mode works for command line mode as well as the TKInter based GUI. I ran tests and they all passed (except test_ai.py which has nothing in it.)
I think there are some existing comments from the PR which could be implemented. I will check on those.