Skip to content

Releases: Codium-ai/codiumai-vscode-release

v0.5.19

03 May 09:24
c1f20dd
Compare
Choose a tag to compare
  • Introducing a new feature - Run your tests straight from the CodiumAI panel! Run your tests before you save them to file and see if they pass or fail. Currently supporting Python only.

v0.5.18

03 May 09:22
c1f20dd
Compare
Choose a tag to compare
  • Fixed performance bug

v0.5.17

03 May 09:21
c1f20dd
Compare
Choose a tag to compare
  • Speed up the process of generating tests by receiving them one by one.
  • Some bug fixes

v0.5.16

03 May 09:20
c1f20dd
Compare
Choose a tag to compare
  • Small bug fixes

v0.5.15

24 Apr 13:01
c1f20dd
Compare
Choose a tag to compare

Features:

  • Test History Preservation: Now, when you suggest a change to a test, you can still access the previous version. Keep track of your test history with ease!

Bug Fixes:

  • Fixed an issue where tags were not updated after regenerating a single test (v0.5.13).

v0.5.14

24 Apr 13:00
c1f20dd
Compare
Choose a tag to compare

Bug Fixes:

Resolved a race condition where regenerating or editing a single test before the context blob arrived caused issues

v0.5.12

18 Apr 15:34
c1f20dd
Compare
Choose a tag to compare
  • "Reflect and regenerate" button: The regenerate single test button has been enhanced to reflect the existing test code before generating a new one. This helps ensure that the new test case aligns with the logic of the original test case.

  • Improved UI for general instructions field

v0.5.11

15 Apr 07:01
995170f
Compare
Choose a tag to compare
  • Fixed some UI issues
  • Fixed some bugs

v0.5.10

13 Apr 09:34
995170f
Compare
Choose a tag to compare
  • NEW feature -> Code Suggestions! TestGPT's model will suggest some improvements to your code. This can help you catch potential issues early on and improve the quality of your code. Give it a try and see how it can help you write better code!
  • We've made some UX improvements.
  • We've removed the Exclude tab in this release. Instead, you can simply delete a test or click "undo" to move it back.

v0.5.9

13 Apr 09:34
995170f
Compare
Choose a tag to compare
  • Minor bug fixes