Skip to content

Releases: mcarvin8/smart-diff

v3.1.0

17 Jun 22:29
0e4eaf9

Choose a tag to compare

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
c892ab1

Choose a tag to compare

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
ab5ad95

Choose a tag to compare

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
2b1fbd3

Choose a tag to compare

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
13f5af1

Choose a tag to compare

2.3.1 (2026-06-11)

Bug Fixes

  • honor OPENAI_MAX_DIFF_CHARS fallback (#26) (ceac835)

v2.3.0

03 Jun 14:05
16222bb

Choose a tag to compare

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
2d41f34

Choose a tag to compare

2.2.1 (2026-05-26)

Bug Fixes

  • deps: pin direct dependencies to exact versions (#21) (8242cd2)

v2.2.0

02 May 17:13
1b67331

Choose a tag to compare

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
8b96961

Choose a tag to compare

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
987c849

Choose a tag to compare

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

  • ai: migrate core to Vercel AI SDK (#13) (90fb408)