Skip to content

Commit 497f84b

Browse files
committed
Update release notes
1 parent c2fe2fc commit 497f84b

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

Dockerfile.github_action_dockerhub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM codiumai/pr-agent:github_action
1+
FROM codiumai/pr-agent:0.7-github_action

RELEASE_NOTES.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88
- codiumai/pr-agent:0.7-github_polling
99
- codiumai/pr-agent:0.7-github_action
1010

11-
### Added
12-
-
11+
### Added::Algo
12+
- New tool /similar_issue - Currently on GitHub app and CLI: indexes the issues in the repo, find the most similar issues to the target issue.
13+
- Describe markers: Empower the /describe tool with a templating capability (see more details in https://github.com/Codium-ai/pr-agent/pull/273).
14+
- New feature in the /review tool - added an estimated effort estimation to the review (https://github.com/Codium-ai/pr-agent/pull/306).
1315

14-
### Changed
15-
-
16+
### Added::Infrastructure
17+
- Implementation of a GitLab webhook.
18+
- Implementation of a BitBucket app.
19+
20+
### Fixed
21+
- Protection against no code suggestions generated.
22+
- Resilience to repositories where the languages cannot be automatically detected.
1623

17-
### Deprecated
18-
-
1924

20-
### Removed
21-
-
2225

23-
### Fixed
24-
-

0 commit comments

Comments
 (0)