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