pi-openmodel-provider 0.2.2 → 0.2.3

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 +24 -0
  2. package/package.json +4 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,27 @@ 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.3] - 2026-06-20
9
+
10
+ ### Changed
11
+ - Updated CHANGELOG, RELEASE, and CONTRIBUTING docs for consistency
12
+ - Bumped version to 0.2.3
13
+
14
+ ## [0.2.2] - 2026-06-20
15
+
16
+ ### Added
17
+ - AGENTS.md with agent instructions (fixed OpenRouter confusion)
18
+ - Skill file for agent to understand the extension
19
+ - Skills path in package.json
20
+
21
+ ### Changed
22
+ - Updated README with correct step order
23
+
24
+ ## [0.2.1] - 2026-06-20
25
+
26
+ ### Changed
27
+ - Updated install command from git to npm
28
+
8
29
  ## [0.2.0] - 2026-06-20
9
30
 
10
31
  ### Added
@@ -50,5 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
71
  - Import path extensions (.ts → .js)
51
72
  - Process import in models.ts
52
73
 
74
+ [0.2.3]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.3
75
+ [0.2.2]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.2
76
+ [0.2.1]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.1
53
77
  [0.2.0]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.2.0
54
78
  [0.1.0]: https://github.com/IvanGabrielYarupaitanRivera/pi-openmodel-provider/releases/tag/v0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-openmodel-provider",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "pi custom provider for OpenModel.ai - Multi-model AI gateway",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -37,6 +37,9 @@
37
37
  "pi": {
38
38
  "extensions": [
39
39
  "./index.ts"
40
+ ],
41
+ "skills": [
42
+ "./.agents/skills"
40
43
  ]
41
44
  },
42
45
  "peerDependencies": {