1. 5a9d124 Refactor: decouple tools from ChatGptRequest by Patrizio · 7 months ago
  2. 6f83d4b Refactor: relocate HttpClientWithRetry by Patrizio · 7 months ago
  3. 3ab72d0 Refactor: separate mode-specific URI locators by Patrizio · 7 months ago
  4. 572ab58 Refactor: separate stateless prompts by Patrizio · 7 months ago
  5. 3b1151c Refactor: centralize Gson instantiation by Patrizio · 7 months ago
  6. 0acd5b5 Add support for temporary files by Patrizio · 7 months ago
  7. bc89e08 Refactor: dynamic loading for ChatGptClient by Patrizio · 7 months ago
  8. 4c1dfb2 Refactor: specialize ChangeSetSingletonManager by Patrizio · 8 months ago
  9. 1750eac Add support for persistent plugin data by Patrizio · 8 months ago
  10. 07f42a3 Refactor: move DynamicSettings to ChangeSetData by Patrizio · 8 months ago
  11. f4b9933 Refactor: dynamic class loading based on `gptMode` by Patrizio · 8 months ago
  12. 0a42fa1 Refactor: move shared classes to `common` package by Patrizio · 8 months ago
  13. 8cba4d8 Reorganize package hierarchy by Patrizio · 8 months ago
  14. 9af3e06 Tighten email address constraint for tagging by Patrizio · 7 months ago
  15. 91ff2de Support tagging ChatGPT bot via its primary email by Dariusz Luksza · 7 months ago
  16. 5eee3c0 Bump Gerrit to v3.10.0-rc3 and Java to 17 by Luca Milanesio · 7 months ago
  17. fe2158b Bump to version 2.1.1 by Patrizio · 8 months ago
  18. 146afcd Refactor: extract TextUtils from StringUtils by Patrizio · 8 months ago
  19. 23ec4cf Introduce `--debug` command option by Patrizio · 8 months ago
  20. db16906 Correct comment test misrepresentation by Patrizio · 8 months ago
  21. dc569be Improve ChatGPT response consistency by Patrizio · 8 months ago
  22. 1225afd Hide irrelevant review comments by Patrizio · 8 months ago
  23. 22056bf Introduce `/directive` command support by Patrizio · 9 months ago
  24. c10040a Clear score for lack of valid comments by Patrizio · 9 months ago
  25. a2597d2 Refresh README with additional usage examples by Patrizio · 9 months ago
  26. 9526bc3 Bump to version 2.1.0 by Patrizio · 9 months ago
  27. cdcb119 Fix out-of-bounds line number error by Patrizio · 9 months ago
  28. 715a4c5 Fix italic text rendering issue in Gerrit UI by Patrizio · 9 months ago
  29. 9c9876c Default verification of commit messages by Patrizio · 9 months ago
  30. d1a2263 Hide low-scoring review comments by Patrizio · 9 months ago
  31. 871432b Request an individual score for each reply by Patrizio · 9 months ago
  32. 417556b Support active message filter in reviews by Patrizio · 9 months ago
  33. c8fde51 Split Patch Set comments into separate entries by Patrizio · 9 months ago
  34. f691262 Introduce `filter` command option by Patrizio · 9 months ago
  35. 3fb9d51 Fix history issue for last Patch Set reviews by Patrizio · 9 months ago
  36. 7d1dd99 Optimize ChatGPT request clarity by Patrizio · 9 months ago
  37. ed0dffb Enforce review focused on changes by Patrizio · 9 months ago
  38. 1783743 Entire Change Set as default scope for reviews by Patrizio · 9 months ago
  39. 15ac283 Handle duplicate and conflicting comments by Patrizio · 9 months ago
  40. 3137087 Introduce `inlineCommentsAsResolved` option by Patrizio · 9 months ago
  41. b69d627 Fix num sign rendering issues in Gerrit UI by Patrizio · 9 months ago
  42. 2b43ac8 Resolve unauthorized Patch Set detail access by Patrizio · 9 months ago
  43. fc42c54 Force provide correct commit message examples by Patrizio · 9 months ago
  44. 3e70e9d Purge positive comments by Patrizio · 9 months ago
  45. d3dcc24 Fix ellipses in code snippets issue by Patrizio · 9 months ago
  46. 2412979 Fix code snippet detection errors by Patrizio · 9 months ago
  47. 23a673b Refactor: GerritClientReview in PatchSetReviewer by Patrizio · 9 months ago
  48. f4a2e2a Exclude WIP Change Sets from automated review by Patrizio · 9 months ago
  49. 1ccbe87 Adjust temperature for comments vs. reviews by Patrizio · 9 months ago
  50. 1cf1526 Minimize history payload size by Patrizio · 9 months ago
  51. 3dabf16 Refactor: separation into 'prompt' & 'common' dirs by Patrizio · 9 months ago
  52. e045376 Update ChatGPT default temperature by Patrizio · 9 months ago
  53. 35617c2 Reorganize Models by Patrizio · 9 months ago
  54. 580b94e Refactor PatchSetReviewer class by Patrizio · 9 months ago
  55. e27bdbb Enable `enabledVoting` setting at project level by Patrizio · 9 months ago
  56. 63d0652 Minor change: directory renamed to lowercase by Patrizio · 9 months ago
  57. d326789 Refactor: move patch classes to "patch" dir by Patrizio · 9 months ago
  58. 8598508 Modified `review_last` command functionality by Patrizio · 9 months ago
  59. c4580f7 Enhanced context in global multi-message chats by Patrizio · 9 months ago
  60. 2c82245 Fix inline code `codeSnippet` omission issue by Patrizio · 9 months ago
  61. 821e70a Refactor: GerritClientDetail in GerritClientFacade by Patrizio · 9 months ago
  62. 5c9791d Refactor: add GerritMessage & GerritMessageHistory by Patrizio · 10 months ago
  63. b2a1182 Refactor GerritClientBase class by Patrizio · 10 months ago
  64. 2177d8d Minor change: remove redundant Gson properties by Patrizio · 10 months ago
  65. 6a2f5ad Refactor: introduction of DynamicSettings Class by Patrizio · 10 months ago
  66. a0fa5a9 Introduce '/review' command support by Patrizio · 10 months ago
  67. 1fe6888 Refactor: introduction of GerritChange Class by Patrizio · 10 months ago
  68. ccccd0f Refactor GerritClient class by Patrizio · 10 months ago
  69. 8bbe1a2 Introduce '/review_last' command support by Patrizio · 10 months ago
  70. 1122934 Apply restricted voting range by Patrizio · 10 months ago
  71. a5b40e8 Refactor: centralized dynamic config reset by Patrizio · 10 months ago
  72. bb280b0 Introduce PatchSet Voting functionality by Patrizio · 10 months ago
  73. 565e34b Revise client class structure by Patrizio · 10 months ago
  74. 27025fc Refined Models: readability and best practices by Patrizio · 10 months ago
  75. b209079 Refactor Configuration class by Patrizio · 10 months ago
  76. a40413f Refactor Gerrit Client classes by Patrizio · 10 months ago
  77. bf9a7bc Minor update: standardize line spacing in Models by Patrizio · 10 months ago
  78. cfa1b7b Bump version to v2.0.4 by Michael Trimarchi · 10 months ago
  79. eaf584d Fix build step on maven-publish by Michael Trimarchi · 10 months ago
  80. 040226d Set up Maven for GitHub Packages publishing by Patrizio · 10 months ago
  81. 477f2a8 Add create maven-publish.yml by Patrizio Gelosi · 10 months ago
  82. ce6c5ae Update plugin manifest by Patrizio · 10 months ago
  83. 46c19c2 Revert "Update plugin manifest" by Michael Trimarchi · 10 months ago
  84. b3c80f0 Update plugin manifest by Patrizio · 10 months ago
  85. a35e1dd Bump to version 2.0.3 by Patrizio · 10 months ago
  86. 8d24014 Refactor: reorder methods by Patrizio · 10 months ago
  87. f2ab5d5 Revise README documentation by Patrizio · 10 months ago
  88. 349caae Enhance logging for CodeFinder by Patrizio · 10 months ago
  89. 8b308f9 Remove unused import by Patrizio · 10 months ago
  90. 2ba1d7b Reduce odds of missing keys in ChatGPT responses by Patrizio · 10 months ago
  91. f2988ce Fix special char rendering issues in Gerrit UI by Patrizio · 10 months ago
  92. bc3e909 Improve multi-message chat interaction by Patrizio · 10 months ago
  93. 457eee5 Fix code snippet extraction issue in responses by Patrizio · 10 months ago
  94. 294bd98 Refactor GerritClientComments class by Patrizio · 10 months ago
  95. c57db69 Refactor Models by Patrizio · 10 months ago
  96. 5b16b48 Enhance comment reply quality by Patrizio · 10 months ago
  97. 1f48c91 Refactor: replace Maps with Models by Patrizio · 10 months ago
  98. 3afebb9 Bump to version 2.0.2 by Patrizio · 10 months ago
  99. 929b2b3 Fix display issue for code snippets in Gerrit UI by Patrizio · 10 months ago
  100. 4d36858 Resolve multi-comment request issue with ChatGPT by Patrizio · 10 months ago