@salesforce/sfdx-agent-harness-openai 0.8.0 → 0.10.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 +36 -8
- package/dist/test/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,45 +3,73 @@
|
|
|
3
3
|
All notable changes to `@salesforce/sfdx-agent-harness-openai` are documented in this file. Format follows
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
5
5
|
|
|
6
|
+
## [0.10.0] - 2026-08-07
|
|
7
|
+
|
|
8
|
+
_No changes — released alongside dependent packages._
|
|
9
|
+
|
|
10
|
+
## [0.9.0] - 2026-08-05
|
|
11
|
+
|
|
12
|
+
### Tests
|
|
13
|
+
- **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))
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
- **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))
|
|
17
|
+
|
|
6
18
|
## [0.8.0] - 2026-08-04
|
|
7
19
|
|
|
8
20
|
### Chores
|
|
9
|
-
|
|
10
|
-
- **deps
|
|
21
|
+
|
|
22
|
+
- **deps**: sync all workspace dependencies to latest @W-23369873
|
|
23
|
+
([#733](https://github.com/forcedotcom/agentic-dx/pull/733))
|
|
24
|
+
- **deps-dev**: bump @vitest/eslint-plugin from 1.6.23 to 1.6.24 in the vitest group across 1 directory
|
|
25
|
+
([#729](https://github.com/forcedotcom/agentic-dx/pull/729))
|
|
11
26
|
|
|
12
27
|
## [0.7.0] - 2026-08-04
|
|
13
28
|
|
|
14
29
|
### Chores
|
|
15
|
-
|
|
30
|
+
|
|
31
|
+
- **deps-dev**: bump eslint from 10.7.0 to 10.8.0 in the eslint group
|
|
32
|
+
([#728](https://github.com/forcedotcom/agentic-dx/pull/728))
|
|
16
33
|
|
|
17
34
|
## [0.6.0] - 2026-08-03
|
|
18
35
|
|
|
19
36
|
### Features
|
|
20
|
-
|
|
37
|
+
|
|
38
|
+
- **agent-sdk,harnesses**: emit Tier-1 logBus siblings for lifecycle telemetry @W-23547150@
|
|
39
|
+
([#716](https://github.com/forcedotcom/agentic-dx/pull/716))
|
|
21
40
|
|
|
22
41
|
## [0.5.0] - 2026-08-03
|
|
23
42
|
|
|
24
43
|
### Features
|
|
25
|
-
|
|
44
|
+
|
|
45
|
+
- **agent-sdk,harness-mastra,harness-claude,harness-openai**: observability gaps — mcp-tool-call-completed, llm-retry,
|
|
46
|
+
responseText/TTFT @W-23528008@ ([#717](https://github.com/forcedotcom/agentic-dx/pull/717))
|
|
26
47
|
|
|
27
48
|
## [0.4.0] - 2026-07-30
|
|
28
49
|
|
|
29
50
|
### Features
|
|
51
|
+
|
|
30
52
|
- **harness-openai**: MCP tool-progress @W-23558557@ ([#715](https://github.com/forcedotcom/agentic-dx/pull/715))
|
|
31
53
|
|
|
32
54
|
### Tests
|
|
33
|
-
|
|
55
|
+
|
|
56
|
+
- **conformance**: cover abort while approval is parked @W-23597792
|
|
57
|
+
([#710](https://github.com/forcedotcom/agentic-dx/pull/710))
|
|
34
58
|
|
|
35
59
|
## [0.3.0] - 2026-07-28
|
|
36
60
|
|
|
37
61
|
### Chores
|
|
62
|
+
|
|
38
63
|
- **deps**: bump @openai/agents from 0.13.0 to 0.13.5 ([#708](https://github.com/forcedotcom/agentic-dx/pull/708))
|
|
39
64
|
|
|
40
65
|
## [0.2.0] - 2026-07-27
|
|
41
66
|
|
|
42
67
|
### Features
|
|
43
|
-
|
|
44
|
-
- **
|
|
68
|
+
|
|
69
|
+
- **chat-generations**: GovCloud chat/generations fallback @W-23560954@
|
|
70
|
+
([#695](https://github.com/forcedotcom/agentic-dx/pull/695))
|
|
71
|
+
- **harness-openai**: multimodal image/file input support @W-23546665
|
|
72
|
+
([#702](https://github.com/forcedotcom/agentic-dx/pull/702))
|
|
45
73
|
|
|
46
74
|
## [0.1.0] - 2026-07-27
|
|
47
75
|
|