chore(release): publish 0.4.2
Release pi-commandcode-provider 0.4.2.
This commit is contained in:
@@ -2,7 +2,14 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.4.2 - 2026-07-05
|
||||||
|
|
||||||
- Fix Oh My Pi extension validation by avoiding the missing `calculateCost` export from OMP's legacy `pi-ai` shim.
|
- Fix Oh My Pi extension validation by avoiding the missing `calculateCost` export from OMP's legacy `pi-ai` shim.
|
||||||
|
- Add a regression test that locks the local Command Code cost calculation to pi-ai's upstream `calculateCost` behavior.
|
||||||
|
|
||||||
|
### Contributors
|
||||||
|
|
||||||
|
- @CoderTCY — reported the Oh My Pi installation failure.
|
||||||
|
|
||||||
## 0.4.1 - 2026-06-16
|
## 0.4.1 - 2026-06-16
|
||||||
|
|
||||||
|
|||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pi-commandcode-provider",
|
"name": "pi-commandcode-provider",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pi-commandcode-provider",
|
"name": "pi-commandcode-provider",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@earendil-works/pi-ai": "0.75.5"
|
"@earendil-works/pi-ai": "0.75.5"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pi-commandcode-provider",
|
"name": "pi-commandcode-provider",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "pi custom provider for Command Code API (commandcode.ai)",
|
"description": "pi custom provider for Command Code API (commandcode.ai)",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user