@salesforce/sfdx-agent-chat-generations 0.8.0 → 0.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -8
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # Changelog
2
2
 
3
- All notable changes to `@salesforce/sfdx-agent-chat-generations` are documented in this file.
4
- Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
3
+ All notable changes to `@salesforce/sfdx-agent-chat-generations` are documented in this file. Format follows
4
+ [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
+
6
+ ## [0.9.0] - 2026-08-05
7
+
8
+ ### Tests
9
+ - **agent-sdk,harness-mastra**: e2e suite health — harness matrix, per-harness default model, AWS-eventstream wire parsing @W-23716382@ ([#736](https://github.com/forcedotcom/agentic-dx/pull/736))
10
+
11
+ ### Chores
12
+ - **deps-dev**: bump @types/node from 22.20.0 to 22.20.1 in the dev-dependencies group across 1 directory ([#735](https://github.com/forcedotcom/agentic-dx/pull/735))
5
13
 
6
14
  ## [0.8.0] - 2026-08-04
7
15
 
8
16
  ### Chores
9
- - **deps**: sync all workspace dependencies to latest @W-23369873 ([#733](https://github.com/forcedotcom/agentic-dx/pull/733))
10
- - **deps-dev**: bump @vitest/eslint-plugin from 1.6.23 to 1.6.24 in the vitest group across 1 directory ([#729](https://github.com/forcedotcom/agentic-dx/pull/729))
17
+
18
+ - **deps**: sync all workspace dependencies to latest @W-23369873
19
+ ([#733](https://github.com/forcedotcom/agentic-dx/pull/733))
20
+ - **deps-dev**: bump @vitest/eslint-plugin from 1.6.23 to 1.6.24 in the vitest group across 1 directory
21
+ ([#729](https://github.com/forcedotcom/agentic-dx/pull/729))
11
22
 
12
23
  ## [0.7.0] - 2026-08-04
13
24
 
14
25
  ### Chores
15
- - **deps-dev**: bump eslint from 10.7.0 to 10.8.0 in the eslint group ([#728](https://github.com/forcedotcom/agentic-dx/pull/728))
26
+
27
+ - **deps-dev**: bump eslint from 10.7.0 to 10.8.0 in the eslint group
28
+ ([#728](https://github.com/forcedotcom/agentic-dx/pull/728))
16
29
 
17
30
  ## [0.6.0] - 2026-08-03
18
31
 
@@ -29,12 +42,16 @@ _No changes — released alongside dependent packages._
29
42
  ## [0.3.0] - 2026-07-30
30
43
 
31
44
  ### Fixes
32
- - **chat-generations**: accept non-streaming GPT-5 response missing parameters.provider @W-23637485@ ([#714](https://github.com/forcedotcom/agentic-dx/pull/714))
45
+
46
+ - **chat-generations**: accept non-streaming GPT-5 response missing parameters.provider @W-23637485@
47
+ ([#714](https://github.com/forcedotcom/agentic-dx/pull/714))
33
48
 
34
49
  ## [0.2.0] - 2026-07-29
35
50
 
36
51
  ### Fixes
37
- - **chat-generations**: accept azureOpenAI provider on GovCloud GPT-5 stream @W-23614921@ ([#711](https://github.com/forcedotcom/agentic-dx/pull/711))
52
+
53
+ - **chat-generations**: accept azureOpenAI provider on GovCloud GPT-5 stream @W-23614921@
54
+ ([#711](https://github.com/forcedotcom/agentic-dx/pull/711))
38
55
 
39
56
  ## [0.1.0] - 2026-07-28
40
57
 
@@ -43,5 +60,6 @@ _No changes — released alongside dependent packages._
43
60
  ## [0.0.1] - 2026-07-27
44
61
 
45
62
  ### Features
46
- - **chat-generations**: GovCloud chat/generations fallback @W-23560954@ ([#695](https://github.com/forcedotcom/agentic-dx/pull/695))
47
63
 
64
+ - **chat-generations**: GovCloud chat/generations fallback @W-23560954@
65
+ ([#695](https://github.com/forcedotcom/agentic-dx/pull/695))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sfdx-agent-chat-generations",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Temporary GovCloud chat/generations fallback for @salesforce/sfdx-agent-harness-mastra",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -32,14 +32,14 @@
32
32
  "eventsource-parser": "^3.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@salesforce/sfdx-agent-sdk": "0.43.0",
36
- "@salesforce/sfdx-agent-harness-mastra": "0.42.0"
35
+ "@salesforce/sfdx-agent-sdk": "0.44.0",
36
+ "@salesforce/sfdx-agent-harness-mastra": "0.43.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@eslint/js": "^10.0.1",
40
- "@salesforce/sfdx-agent-sdk": "0.43.0",
41
- "@salesforce/sfdx-agent-harness-mastra": "0.42.0",
42
- "@types/node": "^22.20.0",
40
+ "@salesforce/sfdx-agent-sdk": "0.44.0",
41
+ "@salesforce/sfdx-agent-harness-mastra": "0.43.0",
42
+ "@types/node": "^22.20.1",
43
43
  "@vitest/coverage-istanbul": "^4.1.10",
44
44
  "@vitest/eslint-plugin": "^1.6.26",
45
45
  "eslint": "^10.8.0",