Skip to content

Releases: Codium-ai/codiumai-vscode-release

v0.5.8

04 Apr 16:08
83847ac
Compare
Choose a tag to compare
  1. Introducing a new single test chat interface!
    Now you can chat with our model and adjust your test as you go. This feature allows for more natural communication and helps to improve the accuracy of tests.

  2. Test tag
    Test tagging has been implemented! Every test will now have a tag that describes its purpose. This feature allows developers to easily identify different types of tests such as happy path, edge case, general behavior, etc.

  3. Auto imports have been improved for every test suite
    We have worked to reduce the post manual work required after generating tests. This improvement means less time spent on tedious tasks.

  4. We have enhanced the context for better test quality

v0.5.7

04 Apr 16:00
83847ac
Compare
Choose a tag to compare

V0.5.7

Minor bug fix

v0.5.6

30 Mar 14:59
83847ac
Compare
Choose a tag to compare

V0.5.6

  1. Introducing the ability to add your own custom test in CodiumAI! You can now generate a new test by simply giving a name and objective, and our model will automatically generate the code for you.
  2. We have added a nice walkthrough for new users, demonstrating how to use CodiumAI. Simply type "CodiumAI: Get Started" and follow the prompts to learn how to get started with CodiumAI.
  3. We have also addressed some minor bugs in the system, improving the overall stability and performance.

v0.5.5

30 Mar 13:42
83847ac
Compare
Choose a tag to compare

V0.5.5

  1. Login to CodiumAI is now possible also from left side bar
  2. We fixed several bugs - in global configuration and some UI fixes

v0.5.4

28 Mar 07:30
83847ac
Compare
Choose a tag to compare

V0.5.4

1. Fixed light mode UI:
We have fixed the light mode UI to ensure that it is consistent with the dark mode UI. This fix improves the user experience for those who prefer to use the light mode.

2. Improved context for better tests:
We have made significant improvements to the context to get better tests.

v0.5.3

26 Mar 16:24
83847ac
Compare
Choose a tag to compare

v0.5.3

  1. Code analysis contains sub-sections, and is more readable:
    We have improved the code analysis section to make it more organized and readable. The new sub-sections make it easier to navigate and understand the analysis results.

  2. Added Mocha testing framework for TS/JS:
    We have added Mocha testing framework support for TypeScript and JavaScript projects.

  3. Changed the test convention in JS and TS to "it(...)" instead of "test(...)":
    To align with the industry standard, we have updated the test convention in JS and TS from "test(...)" to "it(...)".

  4. Improved the test generation engine to produce better test quality:
    We have made significant improvements to the test generation engine to produce more comprehensive and accurate tests. The improved engine generates tests that cover more scenarios and produce better test quality.

  5. UI changes and bug fixes:
    We have made several UI changes and bug fixes to improve the user experience and platform stability. These changes include fixing minor bugs and improving the performance of the platform.

v0.5.2

26 Mar 16:23
83847ac
Compare
Choose a tag to compare

V0.5.2

  1. "Give me more tests" button - generate another 3 tests

v0.5.1

20 Mar 16:12
98f714c
Compare
Choose a tag to compare

v0.5.1

  1. Edit Single Test: We've introduced a new feature that allows you to edit a single test and improve it according to your needs. With this feature, you can easily edit the name or objective of a test, and then regenerate it to get a better and more accurate test that suits your requirements.
  2. We fixed some bugs.

v0.5.0

16 Mar 11:20
98f714c
Compare
Choose a tag to compare

v0.5.0

  1. Support for JS and TS: We now support both JavaScript and TypeScript!
  2. A new user experience: We've redesigned the user interface to make it even more intuitive and easy to use. With the new interface, you can generate tests with just a few clicks, and customize the output to suit your needs.
  3. Performance improvement: We've made improvements to the performance of the tool, so you can generate tests faster than before.
  4. Better and more accurate tests: We've made a number of improvements to the test generation algorithm, which means that the tests generated by our tool are now even more accurate and effective. You can also now choose how many tests you want to generate, and whether you want to automatically generate mocks for your tests.

v0.4.8

27 Feb 09:33
a6cabab
Compare
Choose a tag to compare

v0.4.8

  • Error management improvements