@jameslovespancakes/pi-plus 1.0.5 → 1.0.6
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 +12 -1
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,16 @@ rolls into major at 10.
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [1.0.6] - 2026-09-19
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- The build badge reads the release workflow instead of the CI workflow. A
|
|
16
|
+
`workflow_call` run is attributed to the caller, so CI had no runs of its own
|
|
17
|
+
on main and its badge showed "no status". The release workflow contains the
|
|
18
|
+
same lint, typecheck and test job, so the badge cannot be green unless those
|
|
19
|
+
passed.
|
|
20
|
+
|
|
11
21
|
## [1.0.5] - 2026-09-19
|
|
12
22
|
|
|
13
23
|
### Changed
|
|
@@ -110,7 +120,8 @@ First published release.
|
|
|
110
120
|
truncated to `claude` and named neither the window nor the model. They now
|
|
111
121
|
show the model family, for example `Fable`.
|
|
112
122
|
|
|
113
|
-
[Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.
|
|
123
|
+
[Unreleased]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.6...HEAD
|
|
124
|
+
[1.0.6]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.5...v1.0.6
|
|
114
125
|
[1.0.5]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.4...v1.0.5
|
|
115
126
|
[1.0.4]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.3...v1.0.4
|
|
116
127
|
[1.0.3]: https://github.com/jameslovespancakes/pi-plus/compare/v1.0.2...v1.0.3
|
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Everything [pi](https://pi.dev/) is missing, in one install.**
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@jameslovespancakes/pi-plus)
|
|
8
|
-
[](https://github.com/jameslovespancakes/pi-plus/actions/workflows/release.yml)
|
|
9
9
|
[](LICENSE)
|
|
10
10
|
[](https://pi.dev/packages)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jameslovespancakes/pi-plus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Consolidated pi extensions: Claude subscription accounts and quota HUD, benchmark-driven model catalog and billing policy, live agent board, and capacity-gated remote test workers.",
|
|
6
6
|
"license": "MIT",
|