sf-git-ai-meta-insights 2.4.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 +7 -0
- package/README.md +1 -5
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
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
|
+
|
|
3
10
|
## [2.4.0](https://github.com/mcarvin8/sf-git-ai-meta-insights/compare/v2.3.0...v2.4.0) (2026-05-02)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -5,11 +5,7 @@
|
|
|
5
5
|
[](https://raw.githubusercontent.com/salesforcecli/sf-git-ai-meta-insights/main/LICENSE.md)
|
|
6
6
|
[](https://codecov.io/gh/mcarvin8/sf-git-ai-meta-insights)
|
|
7
7
|
|
|
8
|
-
|
|
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
|

|
|
15
11
|
|
package/oclif.manifest.json
CHANGED
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.
|
|
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",
|