gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
When running GPTE, it will be quite helpful to be able to quickly generate useful system information for use in debugging issues. For example, this should be invoked as `gpte...
As discussed in #1094, extracted the linting from the file selector process to enhance modularity and align with our software design patterns. Please review the updated implementation.
# PR Introduction: Unified Configuration File in TOML Format ## Feature Description Based on issue #1165, this PR introduces a unified configuration file in TOML format for the gpt-engineer project....
## Expected Behavior Updating the existing code. ## Current Behavior Crashing without saving and/or generating the changes. ## Failure Information I use GPT-4o model. ### Failure Logs The debug_log_file.txt doesn't...
## Expected Behavior Saving the generated project and trying running it. ## Current Behavior GPT Engineer is crashing while trying to execute the code. It doesn't save the generated files...
This PR addresses #1194 by enhancing the `--sysinfo` command-line argument in the GPT-Engineer CLI tool. The `--sysinfo` argument now provides detailed system information, including the version of `gpt-engineer` and environment...
## Policy and info - Maintainers will close issues that have been stale for 14 days if they contain relevant answers. - Adding the label "sweep" will automatically turn the...
## Feature description Enhance the `--sysinfo` option to include additional useful and relevant information: 1. Indicate the version of gpt-engineer that is running, and specify whether it is a released...