sf-git-ai-meta-insights 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.5.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.4.0...v2.5.0) (2026-05-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * **ai:** bump @mcarvin/smart-diff from 2.1.0 to 2.2.0 ([#27](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/27)) ([ed65bc0](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/ed65bc036fd26e2d4f69d75ad12da1175c734db9))
9
+
10
+ ## [2.4.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.3.0...v2.4.0) (2026-05-02)
11
+
12
+
13
+ ### Features
14
+
15
+ * **ai:** bump the ai-sdk group across 1 directory with 11 updates ([#26](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/26)) ([6ab5115](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/6ab5115ec89fdd18d43d9fd312fada2e1aca4a0d))
16
+ * **deps:** bump actions/setup-node from 6.3.0 to 6.4.0 ([#23](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/23)) ([8ff9f9c](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/8ff9f9cbe1b3e40ef46ddc7984eb1a5955909c27))
17
+ * **deps:** bump googleapis/release-please-action from 4 to 5 ([#22](https://github.com/mcarvin8/sf-git-ai-meta-insights/issues/22)) ([e29d6f3](https://github.com/mcarvin8/sf-git-ai-meta-insights/commit/e29d6f34f87d662a92b3ea19889cd7b47319c2bb))
18
+
3
19
  ## [2.3.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.2.0...v2.3.0) (2026-04-24)
4
20
 
5
21
 
package/README.md CHANGED
@@ -5,11 +5,7 @@
5
5
  [![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/salesforcecli/sf-git-ai-meta-insights/main/LICENSE.md)
6
6
  [![codecov](https://codecov.io/gh/mcarvin8/sf-git-ai-meta-insights/graph/badge.svg?token=N5FKE0JPHN)](https://codecov.io/gh/mcarvin8/sf-git-ai-meta-insights)
7
7
 
8
- `sf-git-ai-meta-insights` is an `sf` plugin that generates AI summaries of Salesforce metadata changes from a git diff.
9
-
10
- ## Overview
11
-
12
- This plugin summarizes metadata changes between two Git refs, optionally filters commits by message, and writes a Markdown file using any LLM provider supported by the [Vercel AI SDK](https://sdk.vercel.ai) — OpenAI, Anthropic, Google Gemini, Amazon Bedrock, Mistral, Cohere, Groq, xAI, DeepSeek, or any OpenAI-compatible gateway. A configured provider (API key, base URL, and/or default headers) is **required**.
8
+ This Salesforce CLI plugin summarizes metadata changes between two Git refs, optionally filters commits by message, and writes a Markdown file using any LLM provider supported by the [Vercel AI SDK](https://sdk.vercel.ai) — OpenAI, Anthropic, Google Gemini, Amazon Bedrock, Mistral, Cohere, Groq, xAI, DeepSeek, or any OpenAI-compatible gateway.
13
9
 
14
10
  ![Markdown Summary Example](https://raw.githubusercontent.com/mcarvin8/sf-git-ai-meta-insights/main/.github/images/summary-example.png)
15
11
 
@@ -196,5 +196,5 @@
196
196
  ]
197
197
  }
198
198
  },
199
- "version": "2.3.0"
199
+ "version": "2.5.0"
200
200
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-git-ai-meta-insights",
3
3
  "description": "Provide AI-generated summaries on Salesforce metadata changes by analyzing the git diff.",
4
- "version": "2.3.0",
4
+ "version": "2.5.0",
5
5
  "dependencies": {
6
6
  "@ai-sdk/amazon-bedrock": "^4.0.96",
7
7
  "@ai-sdk/anthropic": "^3.0.71",