Skip to content

Latest commit

 

History

History
128 lines (91 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

128 lines (91 loc) · 11.5 KB

Changelog

0.5.0 (2025-01-14)

Features

  • update review prompt to focus on negative aspects of code (#371) (66a6208)

Bug Fixes

  • escape file names in git diff commands for better compatibility (#370) (c99cd02)

0.4.0 (2025-01-12)

Features

0.3.0 (2025-01-12)

Features

  • comment with no feedback (c8b639a)

Bug Fixes

0.2.0 (2025-01-12)

Features

Bug Fixes

0.1.0 (2023-08-16)

Features

  • add demo prompt for code snippet (3bf76bf)
  • docs on how to set up gitlab access token (a9643f2)
  • make review function return feedback (c58fcee)
  • pass OpenAIApiKey as a parameter in lambdas instead of taking from process.env (ba47456)

Bug Fixes

  • do not add file to prompt if only removed lines (#174) (a33f49a)

0.0.34 (2023-08-07)

Features

Bug Fixes

Miscellaneous Chores