@nklisch/pi-enhanced 0.4.3 → 0.4.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4.4 — Prepared
4
+
5
+ ### Fixed
6
+
7
+ - Bundle Plugin Host `0.8.4` and select MCP adapter `2.21.0-nklisch.4` for reliable MCP discovery, schemas, subscriptions, and OAuth recovery.
8
+
3
9
  ## v0.4.3 — Prepared
4
10
 
5
11
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-plugins",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "private": false,
5
5
  "description": "A small filesystem-first marketplace and plugin host for Pi.",
6
6
  "license": "MIT",
@@ -62,7 +62,7 @@
62
62
  "@nklisch/pi-subagents"
63
63
  ],
64
64
  "dependencies": {
65
- "@nklisch/pi-mcp-adapter": "2.21.0-nklisch.3",
65
+ "@nklisch/pi-mcp-adapter": "2.21.0-nklisch.4",
66
66
  "@nklisch/pi-subagents": "18.2.0-nklisch.1",
67
67
  "jiti": "2.7.0"
68
68
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-enhanced",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Pi, enhanced — one install for nklisch's full harness: policy-gated command review, plugin marketplace, subagents, background tasks, research tools, search, model modes, and a curated UX set.",
5
5
  "author": {
6
6
  "name": "nklisch"
@@ -72,7 +72,7 @@
72
72
  "@nklisch/pi-clearance": "^0",
73
73
  "@nklisch/pi-conveniences": "^0",
74
74
  "@nklisch/pi-fff-compat": "^0",
75
- "@nklisch/pi-mcp-adapter": "2.21.0-nklisch.3",
75
+ "@nklisch/pi-mcp-adapter": "2.21.0-nklisch.4",
76
76
  "@nklisch/pi-model-modes": "^0",
77
77
  "@nklisch/pi-plugins": "^0",
78
78
  "@sinclair/typebox": "^0.34.49",