Sign in
gerrit
/
plugins
/
ai-code-review
/
HEAD
48a40a9
Adding google-formatter maven plugin support.
by Trevor Getty
· 3 days ago
master
3e07097
Fix guice binding issue on GerritClientPatchSet
by Trevor Getty
· 7 days ago
35923aa
Completing refactor / rename on stateless ChatGPT items.
by Trevor Getty
· 13 days ago
01be179
Moving master to build JDK21 by default.
by Trevor Getty
· 3 weeks ago
a7cb676
Merge changes I2c8adb06,I43613aa6,I3dde13c0
by Matthias Sohn
· 2 weeks ago
fc78949
Use jgit @NonNull annotation
by Matthias Sohn
· 3 weeks ago
9cba049
Add license headers
by Matthias Sohn
· 2 weeks ago
fa30a85
Merge remote-tracking branch 'origin/stable-3.8'
by Trevor Getty
· 3 weeks ago
7849598
Bump dependencies forward.
by Trevor Getty
· 3 weeks ago
2ce259d
Format source code using google-java-format 1.24.0
by Matthias Sohn
· 3 weeks ago
a755820
Extension of ChatGPT only plugin to support private ai services.
by Trevor Getty
· 6 weeks ago
stable-3.7
7ba7de3
Refactor patch processing functions
by Patrizio
· 5 months ago
gerrithub-chatgpt-code-review/main
a545709
Refactor code for prompt specialization
by Patrizio
· 5 months ago
b6e16fe
Rename prompt-related entities
by Patrizio
· 5 months ago
12afc42
.github: Update github action to java 17
by Michael Trimarchi
· 4 months ago
361ddf5
Bump to version 3.0.0
by Patrizio
· 5 months ago
df0b0f2
Update README for version 3 features
by Patrizio
· 5 months ago
03911a3
Update ChatGPT default model
by Patrizio
· 5 months ago
a3cabb0
Fix: ignore replies quoting messages to ChatGPT
by Patrizio
· 5 months ago
649c3b2
Fix: processed commands not intended for ChatGPT
by Patrizio
· 5 months ago
12d2244
Refactor access to dynamic configuration
by Patrizio
· 5 months ago
f8c0c4d
Optimize assistant reuse by properties
by Patrizio
· 5 months ago
2afad23
Code style update: convert enums to CamelCase
by Patrizio
· 5 months ago
a270464
Retry requests when ChatGPT returns empty data
by Patrizio
· 5 months ago
5d7c20a
Automatically refresh the codebase upon merging
by Patrizio
· 5 months ago
2b584b6
Moved `interfaces` package to main directory level
by Patrizio
· 5 months ago
f07b6b7
Fix errors with slashes in project names
by Patrizio
· 5 months ago
2b7af11
Modified behavior: score persists through replies
by Patrizio
· 5 months ago
fc37ede
Apply file extension filter to git repo files
by Patrizio
· 5 months ago
a138e9c
Refactor text functionalities and constants
by Patrizio
· 5 months ago
92d063b
Streamline rule integration in stateful prompt
by Patrizio
· 5 months ago
1c14db3
Enforce thread history lookup in stateful prompts
by Patrizio
· 5 months ago
368d74d
Force ChatGPT to conduct codebase lookups
by Patrizio
· 5 months ago
a7bdb5c
Switch from `code_interpreter` to `file_search`
by Patrizio
· 5 months ago
ff1003b
Centralize API version for stateful calls
by Patrizio
· 5 months ago
8e891e3
Ignore shell script files at root in .gitignore
by Patrizio
· 5 months ago
c69b791
Enforce ChatGPT response in JSON format
by Patrizio
· 5 months ago
b9f10af
Handle "message_creation" responses in JSON format
by Patrizio
· 5 months ago
24d5501
Cancel "zombie" thread runs
by Patrizio
· 5 months ago
33f4a55
Implement task-specific assistants
by Patrizio
· 5 months ago
4777116
Fix issue with incorrect last message extraction
by Patrizio
· 5 months ago
6e43f18
Handle "message_creation" ChatGPT response type
by Patrizio
· 5 months ago
bde6e10
Support request messages in stateful mode
by Patrizio
· 5 months ago
960e3ce
Initialize ChatGptClient with Configuration param
by Patrizio
· 6 months ago
3a2921f
Unique threads for requests on the same Change Set
by Patrizio
· 6 months ago
9c0f687
Update the "Commands" section in README
by Patrizio
· 6 months ago
d249ab9
Introduce `reset` option to `configure` command
by Patrizio
· 6 months ago
419c79a
Support spaces within command option values
by Patrizio
· 6 months ago
3317743
Enable dynamic configuration via command
by Patrizio
· 6 months ago
8fb0c81
Fix overlapping data issues in stateful reviews
by Patrizio
· 6 months ago
72dfda2
Introduce `PluginDataHandlerProvider`
by Patrizio
· 6 months ago
63caecd
Refactor `DebugMessages` class
by Patrizio
· 6 months ago
46a5618
Code style update: eliminate redundant new lines
by Patrizio
· 6 months ago
64569e6
Implement localization framework
by Patrizio
· 6 months ago
864b4d7
Standardize resource subdirectory names
by Patrizio
· 6 months ago
38fb01a
Prefix system messages from ChatGPT user
by Patrizio
· 6 months ago
1afa9c7
Add `enableMessageDebugging` configuration setting
by Patrizio
· 6 months ago
4f0a781
Add support for GPT-4o models
by Patrizio
· 6 months ago
868cfa1
Enable commit message reviews in stateful requests
by Patrizio
· 6 months ago
872f90b
Enable inline code lookup for stateful requests
by Patrizio
· 6 months ago
f43fea2
Update fallback revision base to zero
by Patrizio
· 6 months ago
851a789
Fix occasional inline code lookup issues:
by Patrizio
· 6 months ago
6a1a3f7
Relocate mode-specific data test files to specific dirs
by Patrizio
· 6 months ago
51c9976
Integrate stateful review into testing suite
by Patrizio
· 7 months ago
0f6fcd2
Support full-cycle stateful review requests
by Patrizio
· 7 months ago
e5e38bc
Initiate ChatGPT thread for patch set review
by Patrizio
· 7 months ago
9fd2353
Return formatted patch in stateful `getPatchSet`
by Patrizio
· 7 months ago
928b47d
Upgrade to ChatGPT OpenAI assistant version 2
by Patrizio
· 7 months ago
53dafec
Introduce `forceCreateAssistant` option
by Patrizio
· 7 months ago
ecd814a
Centralize ChatGPT stateful requests
by Patrizio
· 7 months ago
3a1e88d
Remove unused ProjectData model
by Patrizio
· 7 months ago
7ca89ad
Fix NullPointerException in test suite
by Patrizio
· 7 months ago
d9e42ed
Fix OutOfBound line number issue
by Patrizio
· 7 months ago
1490df6
Fix regression: missing eventHandlerTask.MODULE
by Patrizio
· 6 months ago
0845b21
Remove system comments from assistant messages
by Patrizio
· 7 months ago
09d2c0a
Use direct `accountCache` access instead if calling REST API
by Jacek Centkowski
· 7 months ago
03b2f40
Clean up tests
by Jacek Centkowski
· 7 months ago
31757e1
Remove gerrit[AuthBaseUrl|Password] from config
by Jacek Centkowski
· 7 months ago
81d0fc3
Remove HTTP client (and its components) from `GerritClientBase`
by Jacek Centkowski
· 7 months ago
01212cf
Remove `UriResourceLocator`
by Jacek Centkowski
· 7 months ago
2bcf8bc
Migrate GerritClientComments to direct GerritApi
by Jacek Centkowski
· 7 months ago
5ff6be1
Migrate GerritClientPatchSetStateless to direct GerritApi
by Jacek Centkowski
· 7 months ago
3b49995
Migrate GerritClientPatchSet to direct GerritApi
by Jacek Centkowski
· 7 months ago
0edf69f
Migrate GerritClientReview to direct GerritApi
by Jacek Centkowski
· 7 months ago
a3c3e73
Use direct GerritApi calls in GerritClientAccount
by Jacek Centkowski
· 7 months ago
15639a6
Use direct GerritApi calls in GerritClientDetail
by Jacek Centkowski
· 7 months ago
fdc07b5
Ignore events from other instances
by Dariusz Luksza
· 7 months ago
470da30
Remove not used SingletonManager
by Dariusz Luksza
· 7 months ago
7d30b53
Do not "dynamically register classes"
by Dariusz Luksza
· 7 months ago
94cb70b
Remove ProjectDataHandler class
by Dariusz Luksza
· 7 months ago
ec97c5f
Remove GitRepoFilesHandler
by Dariusz Luksza
· 7 months ago
d6bc077
Remove ModeClassLoader
by Dariusz Luksza
· 7 months ago
8aa62d1
Remove ChangeSetSingletonManager class
by Dariusz Luksza
· 7 months ago
573c23c
Make GerritClient injectable
by Dariusz Luksza
· 7 months ago
ec1cf3b
Bind GerritChange in event context
by Dariusz Luksza
· 7 months ago
5c25999
Inject Configuraiton object into PatchSetReviewer
by Dariusz Luksza
· 7 months ago
3534905
Initial add of GerritEventContextModule
by Dariusz Luksza
· 7 months ago
00ae2f5
Decouple thread pool from event handler
by Dariusz Luksza
· 7 months ago
7d61c6f
Create assistant for Gerrit project
by Patrizio
· 7 months ago
9cdc155
Refactor: separate stateless mode tests
by Patrizio
· 7 months ago
Next »