pi-openmodel-provider 0.2.13 → 0.2.15
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 +29 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.2.14] - 2026-06-22
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
- Updated `actions/checkout` and `actions/setup-node` to v5 (Node 24 native)
|
|
12
|
+
|
|
13
|
+
## [0.2.13] - 2026-06-22
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- OIDC Trusted Publisher: added `npm install -g npm@latest` before publish
|
|
17
|
+
- Forced Node.js 24 in workflow for OIDC compatibility
|
|
18
|
+
|
|
19
|
+
## [0.2.12] - 2026-06-22
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
- GitHub Actions workflow for auto-publishing to npm via OIDC Trusted Publisher
|
|
23
|
+
- Provenance statements via `npm publish --provenance`
|
|
24
|
+
|
|
25
|
+
## [0.2.11] - 2026-06-22
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
- Updated npm badge from `badge.fury.io` to `shields.io` (faster updates)
|
|
29
|
+
- Updated README endpoint descriptions (protocol endpoint requires API key)
|
|
30
|
+
- Updated SKILL.md with model discovery, fallback, and thinking levels info
|
|
31
|
+
- Updated AGENTS.md with dynamic fetch and fallback notes
|
|
32
|
+
|
|
8
33
|
## [0.2.10] - 2026-06-22
|
|
9
34
|
|
|
10
35
|
### Fixed
|
|
@@ -119,6 +144,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
119
144
|
- Import path extensions (.ts → .js)
|
|
120
145
|
- Process import in models.ts
|
|
121
146
|
|
|
147
|
+
[0.2.14]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.14
|
|
148
|
+
[0.2.13]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.13
|
|
149
|
+
[0.2.12]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.12
|
|
150
|
+
[0.2.11]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.11
|
|
122
151
|
[0.2.10]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.10
|
|
123
152
|
[0.2.9]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.9
|
|
124
153
|
[0.2.6]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.6
|