pi-sap-aicore 0.4.0 → 0.4.1
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 +14 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.1] - 2026-07-21
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Validated against Pi 0.81.1 and pinned the development/CI baseline to it. Pi
|
|
15
|
+
0.81.1 is a hotfix release (resilient compaction and branch-summary retries, a
|
|
16
|
+
restored default stream fallback for pre-0.81 extensions, and an interactive
|
|
17
|
+
startup fix) whose changes are internal to Pi; the native orchestration and
|
|
18
|
+
foundation providers, credential storage, and catalog refresh continue to work
|
|
19
|
+
unchanged with no extension code changes required. The minimum supported Pi
|
|
20
|
+
version remains 0.81.0.
|
|
21
|
+
|
|
10
22
|
## [0.4.0] - 2026-07-21
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -283,7 +295,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
283
295
|
`reasoning_effort` for OpenAI).
|
|
284
296
|
- MIT license and npm packaging.
|
|
285
297
|
|
|
286
|
-
[Unreleased]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.4.
|
|
298
|
+
[Unreleased]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.4.1...HEAD
|
|
299
|
+
[0.4.1]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.4.0...v0.4.1
|
|
287
300
|
[0.4.0]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.3.8...v0.4.0
|
|
288
301
|
[0.3.8]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.3.7...v0.3.8
|
|
289
302
|
[0.3.7]: https://github.com/ttiimmaahh/pi-sap-aicore/compare/v0.3.6...v0.3.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-sap-aicore",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "SAP AI Core (orchestration + foundation) provider for the pi coding agent",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Tim Pearson (https://github.com/ttiimmaahh)",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@earendil-works/pi-coding-agent": ">=0.81.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@earendil-works/pi-ai": "^0.81.
|
|
50
|
-
"@earendil-works/pi-coding-agent": "^0.81.
|
|
49
|
+
"@earendil-works/pi-ai": "^0.81.1",
|
|
50
|
+
"@earendil-works/pi-coding-agent": "^0.81.1",
|
|
51
51
|
"typescript": "^7.0.2"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|