-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Enhance --sysinfo with version data and environment variable insights
#1195
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
base: main
Are you sure you want to change the base?
Conversation
|
Right on, @Vikranth3140! Can you work the version details to distinguish between |
-sysinfo with version data and environment variable insights--sysinfo with version data and environment variable insights
…pip installations and direct repo builds.
|
Hey @captivus, I've updated the Thanks for the feedback! Please review the changes and let me know if any further adjustments are needed. |
|
Hey @captivus, Below is an example of how the python main.py --sysinfoOutput: Thanks for the feedback! Please review the changes and let me know if any further adjustments are needed. |
|
Great job with this @Vikranth3140! @captivus, your review would be much appreciated. This LGTM, but I would love you to take a look at it, too. |
|
Hey @captivus, Do let me know if any changes are needed |
|
Hey @Vikranth3140, @captivus is a little less available right now, but we will look into this. It lgtm, but I'd still wait for his confirmation and green light. Thanks for your swift work on this!
|
RahulVadisetty91
left a comment
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.
|
Hey @viborc, Any update on this PR as I have made the system information more verbose and all the checks have passed successfully. |
1 similar comment
|
Hey @viborc, Any update on this PR as I have made the system information more verbose and all the checks have passed successfully. |

This PR addresses #1194 by enhancing the
--sysinfocommand-line argument in the GPT-Engineer CLI tool. The--sysinfoargument now provides detailed system information, including the version ofgpt-engineerand environment variables with sensitive data masked for security.Changes Include:
get_gpt_engineer_versionandget_env_variablesto retrieve version data and environment variables.get_system_infoto include version and environment variable insights.main.pyto include the--sysinfooption and corresponding logic for gathering and displaying the additional information.Usage:
To use the enhanced
--sysinfofeature, run the following command:This will display the following information:
Example Output:
Notes:
Please review the changes and provide feedback. Thank you!