gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app

Results 345 gpt-engineer issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement

## Expected Behavior Improve the code ## Current Behavior Error gets thrown ## Failure Information Traceback (most recent call last): File "/home/riccardo/.local/bin/gpt-engineer", line 8, in sys.exit(app()) File "/home/riccardo/.local/lib/python3.10/site-packages/gpt_engineer/cli/main.py", line 169,...

bug
triage

## Feature description In the refactored code (currently on the branch refactor), gpt-engineer holds programs in in-memory Code objects. Writing Code to disk is handled by a VersionManager, with the...

enhancement

## Feature description gpt-engineer supports improving existing code with natural language prompts using the --improve flag. On a technical level, gpt-engineer [improves](https://github.com/AntonOsika/gpt-engineer/blob/refactor/gpt_engineer/core/default/steps.py) code by sending the improve prompt and the...

enhancement

Fix hyperlink format in .rst document Corrected the syntax for the "terms" hyperlink in the reStructuredText file to adhere to .rst standards. This ensures proper rendering of the link in...

## Expected Behavior According to [docker/README.md](https://github.com/AntonOsika/gpt-engineer/blob/main/docker/README.md), for docker to build successfully. ## Current Behavior On a fresh clone of 3be1c37 (main): ```bash $ git clone REPO && cd $_ $...

bug

## Feature description Currently, improve mode is (very) restricted in the size of the codebases it can read, due to the token limit of the LLM. The state-of-the-art (?) solution...

enhancement

I ran the below example, but no code was substituted, probably because of the ... in the head block. I have a feeling that the "improve" pre-prompt may be at...

bug

The proposal is most easily explained with specific steps to carry out: After the generation finishes, we would: 1. Ask the LLM what a QA person would manually test based...

enhancement