Skip to content

Latest commit

 

History

History
82 lines (37 loc) · 3.38 KB

File metadata and controls

82 lines (37 loc) · 3.38 KB

Changelog

2.2.0 (2026-05-02)

Features

  • ai: bump the ai-sdk group with 14 updates (#19) (7772e54)

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)

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)

1.1.0 (2026-04-15)

Features

  • ai: prepend truncation notice to summary when diff is capped (#11) (5710a75)

1.0.5 (2026-04-14)

Bug Fixes

  • quality: fix quality checks in ai folder (#10) (ee311d9)
  • quality: reduce overall complexity of git functions (#8) (37814c6)

1.0.4 (2026-04-14)

Bug Fixes

  • quality: reduce total complexity in git diff (#6) (a7d5a37)

1.0.3 (2026-04-13)

Bug Fixes

1.0.2 (2026-04-13)

Bug Fixes

  • recreate lock file and fix links in readme (4e762c6)

1.0.1 (2026-04-13)

Bug Fixes

  • add Git Bash to requirements in README (72d3d5e)
  • regenerate lock file (e76e111)

1.0.0 (2026-04-13)

Features