Releases: mcarvin8/smart-diff
Releases · mcarvin8/smart-diff
v3.1.0
17 Jun 22:29
Compare
Sorry, something went wrong.
No results found
3.1.0 (2026-06-17)
Features
deps: bump the ai-sdk group with 13 updates (#47 ) (89b763b )
replace execFile git spawn with dugite bundled binary (#44 ) (303450c )
v3.0.0
16 Jun 15:49
Compare
Sorry, something went wrong.
No results found
3.0.0 (2026-06-16)
⚠ BREAKING CHANGES
make all AI provider packages optional dependencies (#41 )
Features
add LLM_TEMPERATURE env var for configurable sampling temperature (#43 ) (10975ff )
make all AI provider packages optional dependencies (#41 ) (7503864 )
v2.4.0
16 Jun 15:30
Compare
Sorry, something went wrong.
No results found
2.4.0 (2026-06-16)
Features
expose binary flag on DiffFileSummary for binary files (#40 ) (19a32aa )
update Anthropic default model and add Bedrock auto-detection (#38 ) (993c7cf )
Bug Fixes
timeout support, deterministic file order, Windows path escape (#36 ) (d861946 )
v2.3.2
11 Jun 14:10
Compare
Sorry, something went wrong.
No results found
2.3.2 (2026-06-11)
Bug Fixes
correct numstat rename lookup, stale error msg, redundant path check (#32 ) (c822fbe )
v2.3.1
11 Jun 11:59
Compare
Sorry, something went wrong.
No results found
2.3.1 (2026-06-11)
Bug Fixes
honor OPENAI_MAX_DIFF_CHARS fallback (#26 ) (ceac835 )
v2.3.0
03 Jun 14:05
Compare
Sorry, something went wrong.
No results found
2.3.0 (2026-06-03)
Features
ai: bump the ai-sdk group with 14 updates (#24 ) (55e4738 )
v2.2.1
26 May 15:12
Compare
Sorry, something went wrong.
No results found
2.2.1 (2026-05-26)
Bug Fixes
deps: pin direct dependencies to exact versions (#21 ) (8242cd2 )
v2.2.0
02 May 17:13
Compare
Sorry, something went wrong.
No results found
2.2.0 (2026-05-02)
Features
ai: bump the ai-sdk group with 14 updates (#19 ) (7772e54 )
v2.1.0
23 Apr 21:04
Compare
Sorry, something went wrong.
No results found
2.1.0 (2026-04-23)
Features
git: add unified-diff token-reduction controls (#16 ) (cf90d99 )
Bug Fixes
quality: remove dead code and hit test coverage (79ef8f8 )
v2.0.0
21 Apr 13:24
Compare
Sorry, something went wrong.
No results found
2.0.0 (2026-04-21)
⚠ BREAKING CHANGES
ai: removes openAiClientProvider and OpenAiLikeClient from the public API; use llmModelProvider with a Vercel AI SDK LanguageModel instead.
Features