Merge pull request #168 from Codium-ai/tr/further_use_commit_messages

Use commit messages in PR tools
This commit is contained in:
mrT23
2023-08-03 07:58:25 +03:00
committed by GitHub
12 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## 2023-08-02
### Enhanced
- Updated several tools in the `pr_agent` package to use commit messages in their functionality.
- Commit messages are now retrieved and stored in the `vars` dictionary for each tool.
- Added a section to display the commit messages in the prompts of various tools.
## 2023-08-01
### Enhanced