1031 feature request automated issue logging#1052
Merged
Conversation
…automated-issue-logging # Conflicts: # gpt_engineer/applications/cli/main.py
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
==========================================
+ Coverage 82.97% 83.48% +0.51%
==========================================
Files 25 25
Lines 1292 1320 +28
==========================================
+ Hits 1072 1102 +30
+ Misses 220 218 -2 ☔ View full report in Codecov by Sentry. |
Owner
|
Anything you want to add before merging? |
Collaborator
Author
|
Hi Anton, only a few test files and documentation files need to be added before merging. |
Contributor
|
Could it be that this PR broke See: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary for Issue #1031: Enhanced Feedback & Issue Reporting Mechanisms
This PR introduces enhancements aimed at improving the user feedback and issue reporting process, with an initial focus on the 'improve' function and plans for broader application across the project. The main features included are:
User Feedback Integration: Implements post-interaction prompts with the 'improve' function and other new features, to guide users in providing structured feedback. This facilitates the immediate gathering of insights on newly introduced functionalities.
Automated Issue Logging: Automatically generates an
issue.txtfile within the.gptengdirectory when exceptions or errors are encountered. This file includes detailed logs and a template for users to provide additional context, ensuring consistency in error reporting.Streamlined Reporting Process: Offers guidance to users on reviewing the
issue.txtfile and instructions on copying its contents into a new issue on the Git repository, simplifying the issue reporting process.These enhancements are designed to streamline the feedback and issue reporting mechanism, addressing the needs outlined in Issue #1031.