Releases: murtuzaalisurti/better
Releases · murtuzaalisurti/better
v3.4.0
What's Changed
- feat: update openai's default model to gpt-5 and upgrade deps by @murtuzaalisurti in #16
Full Changelog: v3.3.0...v3.4.0
v3.3.0
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-retriesoption 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
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
What's New
- feat: 🛠️ Google's Gemini Support 💎 by @murtuzaalisurti in #12
Fixes & Updates
- add nullable prop to optional fields in structured output schema as a part of OpenAI SDK spec change - 96e8cec
- dependency upgrades - 1877abb, e2f2021
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed 📢
- default model for
anthropicisclaude-3-7-sonnet-latest💨 - c57d8f1
Updates 🗒️
- dependency upgrades
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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
3by default. This may lead to more token consumption - which is why set themax-retriesoption to0if retries are not needed.
Other updates
Full Changelog: v2.1.0...v3.0.0
v2.1.0
What's New
- feat 🛠️ integrate Mistral AI 📥 by @murtuzaalisurti in #9
- fix: log comments payload when getting an exception while adding review comments - a8ab3d5
- chore: deps upgrade - (1b4125c, b2eee5c, 0ebb301, df84a32, a0a923d)
- chore: add product hunt label in README - 6aa7b0b
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
Breaking Change
- fix: 🛠️ glob patterns input separator - from comma to semicolon by @murtuzaalisurti in #3 - d5e42cd
You must change the filesToIgnore glob patterns input to use semicolon as a separator and not comma as a separator.
Updates
- dependency updates - 5f5d63a, 03c477d
- sponsor banner - 29ad593
- better error handling for AI suggestions - c6d7a65
Full Changelog: v1...v2.0.0