@nklisch/pi-enhanced 0.4.2 → 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,18 @@
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
+
9
+ ## v0.4.3 — Prepared
10
+
11
+ ### Fixed
12
+
13
+ - Bundle `@nklisch/pi-plugins` 0.8.3 and select `@nklisch/pi-mcp-adapter` 2.21.0-nklisch.3 so installed MCP calls retain structured facts in model-visible results.
14
+ - Keep all other bundled workspace versions unchanged from 0.4.2.
15
+
3
16
  ## v0.4.1 — 2026-09-04
4
17
 
5
18
  ### Added
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nklisch/pi-plugins",
3
- "version": "0.8.2",
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.2",
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.2",
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.2",
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",