gpt-engineer
gpt-engineer copied to clipboard
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
## Description This PR updates the Docker environment for GPT Engineer to use **Python 3.13**, enabling compatibility with the latest Python version. ## Changes include - Updated base images in...
This issue highlights a dependency management problem with the pyperclip module during installation. The proposed fix ensures that all dependencies install automatically and the setup process completes without errors, improving...
changed the code ---- > [!IMPORTANT] > This PR updates documentation with new context window strategies and improves installation and usage instructions, while modifying pre-commit configuration for enhanced code quality...
### Summary This PR fixes the `pyperclip` installation and runtime issue encountered on Windows systems. Previously, users faced clipboard-related errors during installation or when executing commands that relied on `pyperclip`,...
corrected ---- > [!IMPORTANT] > Enhances `--sysinfo` command to display version data and masked environment variables for improved debugging. > > - **Behavior**: > - Enhances `--sysinfo` command in `main.py`...
- Pin setuptools to ---- [!IMPORTANT] > Fixes `pyperclip` installation issue by pinning `setuptools` and `pyperclip` versions, adding installation scripts, and updating documentation. > > - **Dependencies**: > - Pin...
This update enhances the --sysinfo command to provide a more detailed and structured overview of the runtime environment. The new version displays system details such as: Python version and architecture...
Improved readability of README.md installation steps: Added pip upgrade step to reduce dependency errors. Reworded instructions for clarity to help first-time users get started faster. ---- > [!IMPORTANT] > Fixes...
What It Does Lets users change their email address securely. How It Works User requests email change → Enters new email and password System sends verification email → Link sent...
### Summary This PR fixes issue #222 — in custom presentation templates, the logo was previously displaying a fallback "i" even after replacing the logo URL. Now, `dynamicSlideLayout.tsx` renders the...