mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
readme
This commit is contained in:
parent
0f1614bedc
commit
f3c1c61c2e
1 changed files with 4 additions and 1 deletions
|
|
@ -32,12 +32,15 @@ Making pull requests less painful with an AI agent
|
||||||
|
|
||||||
## News and Updates
|
## News and Updates
|
||||||
### Feb 21, 2024
|
### Feb 21, 2024
|
||||||
- Added a new tool, `help`, to easily provide a list of available tools and their descriptions, and enabling to run them interactively.
|
- Added a new command, `/help`, to easily provide a list of available tools and their descriptions, and run them interactively.
|
||||||
|
|
||||||
<kbd>
|
<kbd>
|
||||||
|
|
||||||
<img src="https://www.codium.ai/images/pr_agent/help.png" width="512">
|
<img src="https://www.codium.ai/images/pr_agent/help.png" width="512">
|
||||||
|
|
||||||
</kbd>
|
</kbd>
|
||||||
|
|
||||||
|
|
||||||
- GitLab webhook now supports controlling which commands will [run automatically](./docs/USAGE.md#working-with-gitlab-webhook) when a new PR is opened.
|
- GitLab webhook now supports controlling which commands will [run automatically](./docs/USAGE.md#working-with-gitlab-webhook) when a new PR is opened.
|
||||||
### Feb 18, 2024
|
### Feb 18, 2024
|
||||||
- Introducing the `CI Feedback` tool 💎. The tool automatically triggers when a PR has a failed check. It analyzes the failed check, and provides summarized logs and analysis. Note that this feature requires read access to GitHub 'checks' and 'actions'. See [here](./docs/CI_FEEDBACK.md) for more details.
|
- Introducing the `CI Feedback` tool 💎. The tool automatically triggers when a PR has a failed check. It analyzes the failed check, and provides summarized logs and analysis. Note that this feature requires read access to GitHub 'checks' and 'actions'. See [here](./docs/CI_FEEDBACK.md) for more details.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue