Skip to content

Releases: murtuzaalisurti/better

v3.4.0

10 Aug 15:25
068e6fd

Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

15 Jun 17:43

Choose a tag to compare

What's Changed

  • chore: upgrade default gemini model as previous model will be deprecated soon - a2c0ea8
  • chore: update default openai model from 4o to 4.1 - 0f38a28
  • feat (OpenAI SDK): from beta to stable completions api - 3b8e119

Warning

When you specify google as a platform and use gemini API key, you might run into frequent [500] server errors. We recommend to use openrouter as a platform and use any gemini models through it.

Fixes

  • fix: an empty string max-retries option didn't default - 30b2803
  • fix: increased review and comment deletion limit to 500, was 30 (per_page default) previously - b74f685
  • chore: upgrade deps - d005f9f, 3d746fb
  • fix: low severity issue - bcd85dc

Full Changelog: v3.2.1...v3.3.0

v3.2.1

29 May 10:42

Choose a tag to compare

Critical Fix

  • fix 🛠️ zod response format blocking out suggestion generation 🔦 by @murtuzaalisurti in #15
  • fix low vulnerability - a4ef359

Full Changelog: v3.2.0...v3.2.1

v3.2.0

15 May 11:42

Choose a tag to compare

What's New

Fixes & Updates

Full Changelog: v3.1.0...v3.2.0

v3.1.0

09 Mar 08:21

Choose a tag to compare

What's Changed 📢

  • default model for anthropic is claude-3-7-sonnet-latest 💨 - c57d8f1

Updates 🗒️

  • dependency upgrades

Full Changelog: v3.0.0...v3.1.0

v3.0.0

02 Feb 10:27

Choose a tag to compare

What's New

  • feat: 🛠️ integrate Deepseek R1 using OpenRouter 🥇 by @murtuzaalisurti in #10
  • This integration with OpenRouter only supports deepseek models for now.
  • If you want to use a deepseek model, get an OpenRouter API key.

What's Changed

  • With this version, a retry mechanism kicks in whenever a model encounters a failure and the max retries are set to 3 by default. This may lead to more token consumption - which is why set the max-retries option to 0 if retries are not needed.

Other updates

Full Changelog: v2.1.0...v3.0.0

v2.1.0

19 Dec 18:14
4277ff8

Choose a tag to compare

What's New

What's Changed

  • Updated Anthropic's default AI model version to claude-3-5-sonnet-20241022 - 4277ff8

Full Changelog: v2.0.0...v2.1.0

v2.0.0

25 Sep 16:18
870f815

Choose a tag to compare

Breaking Change

You must change the filesToIgnore glob patterns input to use semicolon as a separator and not comma as a separator.

Updates

Full Changelog: v1...v2.0.0

v1.0.2

19 Sep 08:40

Choose a tag to compare

Updates

Full Changelog: v1.0.0...v1.0.2

v1.0.1

14 Sep 16:43

Choose a tag to compare

Updates

Full Changelog: v1.0.0...v1.0.1