Skip to content

Releases: Codium-ai/codiumai-vscode-release

v0.6.12

12 Jul 07:22
1243d30
Compare
Choose a tag to compare

Fix login bug: users weren't able to re-login after refresh login expired

v0.6.11

12 Jul 07:22
1243d30
Compare
Choose a tag to compare

Fix CodiumAI for low-end machines

v0.6.10

12 Jul 07:21
1243d30
Compare
Choose a tag to compare

Feature

  • Support more VSCodeium-based IDEs
  • Allow running typescript tests, and improve the ability to run javascript tests.

Fix

  • Fixed the loader that was not spinning when generating tests
  • Passed button color fixed

UI

  • Minimal color system with tokens
  • New custom test color changed to secondary
  • Close configuration once code analysis arrives

v0.6.9

12 Jul 07:20
1243d30
Compare
Choose a tag to compare

Generate tests using the CodiumAI command or shortcut (cmd+ctrl+c)

v0.6.8

12 Jul 07:19
1243d30
Compare
Choose a tag to compare
  • Added indication for when the behaviors first arrive
  • Each behavior now displays the linked tests
  • Add a demo flow before the login

v0.6.7

11 Jul 15:59
1243d30
Compare
Choose a tag to compare
  • New login page
  • Support login with email
  • Bug fix - Long code suggestions are now handled correctly.

v0.6.6

11 Jul 15:18
1243d30
Compare
Choose a tag to compare
  • Introducing behaviors coverage - a new way to check your test coverage. CodiumAI will generate a list of behaviors for your code, marking each ask as "covered" or "not covered."
  • Added the ability to refresh the behaviors once the tests have been changed.
  • "CodiumAI" logo menu, add the ability to send a request ID for [email protected] to report an issue.

v0.6.5

08 Jun 14:49
c5af462
Compare
Choose a tag to compare
  • We moved the framework selection to the configuration section because it makes much more sense, and now you won't miss it. At least, we hope so...
  • Git diff tests are now much faster than before
  • We fixed some UI issues we had in tests from git diff
  • We improved the run test -> test failed -> analyze failure -> fix test / code process.

v0.6.4

08 Jun 14:46
c5af462
Compare
Choose a tag to compare
  • Fixed empty configuration bug

v0.6.3

08 Jun 14:46
c5af462
Compare
Choose a tag to compare
  • Fixed some more technical bugs