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