-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Enhance --sysinfo
with version data and environment variable insights
#1195
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 --sysinfo Output:
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!
|
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. |
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 ofgpt-engineer
and environment variables with sensitive data masked for security.Changes Include:
get_gpt_engineer_version
andget_env_variables
to retrieve version data and environment variables.get_system_info
to include version and environment variable insights.main.py
to include the--sysinfo
option and corresponding logic for gathering and displaying the additional information.Usage:
To use the enhanced
--sysinfo
feature, run the following command:This will display the following information:
Example Output:
Notes:
Please review the changes and provide feedback. Thank you!