Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
Major updates:
- `/directive` command: Comments targeting ChatGPT can now include the
`/directive` command with a specific directive, mandating compliance
from ChatGPT in future Change Set reviews.
- Relevence-based filters: Introduced a relevance-based filter to hide
non-relevant review comments.

Behavior change:
- Change Set scores are reset to zero if ChatGPT fails to provide review
comments that comply with set directives.

Minor updates
- `--debug` command option: This new option, used with `/review` or
`/review_last`, reveals debug information in ChatGPT replies and
bypasses any active filters to display all replies.

Jira-Id: IT-103
Change-Id: I9d46dfb7b2b388963643c7336d868aaf68a324be
Signed-off-by: Patrizio <[email protected]>
  • Loading branch information
sixtyfourer committed Mar 27, 2024
1 parent 146afcd commit fe2158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.googlesource.gerrit.plugins</groupId>
<artifactId>chatgpt-code-review-gerrit-plugin</artifactId>
<packaging>jar</packaging>
<version>2.1.0</version>
<version>2.1.1</version>
<properties>
<Gerrit-ApiType>plugin</Gerrit-ApiType>
<Gerrit-ApiVersion>3.7.4</Gerrit-ApiVersion>
Expand Down

0 comments on commit fe2158b

Please sign in to comment.