Changelog


← Back to all posts

December 10, 2024

For this release we've focused on improving the IDE review experience. You can now easily choose different branches to compare and review, as well as seeing the review comments inline in your editor and applying suggested fixes directly.

Note that there is an issue with the upload of the 1.26.0 release for JetBrains IDEs - we are working on it and will post an update when it is resolved.

New IDE Features

  • You can now choose different branches to compare and review. Easily review either the current file, your uncommitted changes or against any selected branch.
  • You can now see Sourcery review comments inline in your editor and apply or resolve them directly through a code action.
  • Comments that no longer apply to the code are now shown as outdated in the Sourcery sidebar.
  • You can now apply suggested fixes directly from the sidebar, which auto-resolves and collapses the comment.
  • We have improved the model used for chat - it now uses Claude 3.5 Haiku.
  • All review and chat requests in the IDE are now routed to Anthropic models, with the benefit of a zero retention policy for your data.

Bug Fixes

  • Various optimisations and fixes to improve stability and performance of reviews in IDE and GitHub/GitLab.