-
Notifications
You must be signed in to change notification settings - Fork 593
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
adjustments to pypi #815
adjustments to pypi #815
Conversation
PR Description updated to latest commit (ee4798a)
|
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Persistent review updated to latest commit ee4798a |
1 similar comment
Persistent review updated to latest commit ee4798a |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a more comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
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.
cool
Type
enhancement
Description
run_command
function incli.py
for streamlined command execution.cli_pip.py
to utilize the newrun_command
function, removing redundant code.locally.md
to reflect the new command execution process.0.2.1
inpyproject.toml
.Changes walkthrough
cli.py
Add run_command Function for Command Execution
pr_agent/cli.py
run_command
to prepare and execute commands.set_parser
and executes it,allowing feedback to appear in GitHub PR comments.
cli_pip.py
Refactor main Function to Use run_command
pr_agent/cli_pip.py
main
function to use the newrun_command
function fromcli.py
for executing commands.locally.md
Update Documentation for Command Execution
docs/docs/installation/locally.md
run_command
.pyproject.toml
Bump Project Version to 0.2.1
pyproject.toml
0.2.0
to0.2.1
.