my-pi 0.1.42 → 0.1.43
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/README.md +6 -7
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ configuration in interactive, print, JSON, RPC, or SDK-driven flows.
|
|
|
31
31
|
|
|
32
32
|
Do not install this with `pi install npm:my-pi`.
|
|
33
33
|
|
|
34
|
-
`my-pi` is
|
|
34
|
+
`my-pi` is an opinionated Pi distribution/CLI. Install the individual
|
|
35
35
|
`@spences10/pi-*` packages as Pi packages instead, or run `my-pi`
|
|
36
36
|
directly as its own CLI.
|
|
37
37
|
|
|
@@ -64,14 +64,13 @@ directly as its own CLI.
|
|
|
64
64
|
through the context sidecar and telemetry packages, and uses Node's
|
|
65
65
|
built-in TypeScript type stripping for small local scripts.
|
|
66
66
|
- **Node 24 is used in CI.** `node:sqlite` is a release-candidate Node
|
|
67
|
-
API line, so CI runs
|
|
68
|
-
|
|
69
|
-
synchronous.
|
|
67
|
+
API line, so CI runs the current Node 24 line while the code keeps
|
|
68
|
+
SQLite usage small and synchronous.
|
|
70
69
|
- **SQLite warning policy:** the `my-pi` CLI suppresses Node's
|
|
71
70
|
expected `node:sqlite` `ExperimentalWarning` before built-ins load.
|
|
72
71
|
Standalone package/API consumers own their process warning policy
|
|
73
72
|
until Node marks `node:sqlite` stable.
|
|
74
|
-
- **pnpm
|
|
73
|
+
- **pnpm 11** is used for local development. End users can run with
|
|
75
74
|
`pnpx`, `npx`, or `bunx`.
|
|
76
75
|
|
|
77
76
|
## Get Started
|
|
@@ -81,8 +80,8 @@ pnpx my-pi@latest
|
|
|
81
80
|
# or: npx my-pi@latest / bunx my-pi@latest
|
|
82
81
|
```
|
|
83
82
|
|
|
84
|
-
With pnpm
|
|
85
|
-
|
|
83
|
+
With pnpm's build-script approval gate, use explicit build allowances
|
|
84
|
+
if you want a warning-free `pnpx` install:
|
|
86
85
|
|
|
87
86
|
```bash
|
|
88
87
|
pnpm dlx --allow-build=@google/genai --allow-build=koffi --allow-build=protobufjs my-pi@latest
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "my-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.43",
|
|
4
4
|
"description": "Composable pi coding agent with MCP, LSP, prompt presets, and local eval telemetry",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@earendil-works/pi-tui": "^0.74.0",
|
|
49
49
|
"citty": "^0.2.2",
|
|
50
50
|
"typebox": "^1.1.38",
|
|
51
|
-
"@spences10/pi-
|
|
51
|
+
"@spences10/pi-tui-modal": "0.0.11",
|
|
52
52
|
"@spences10/pi-themes": "0.0.4",
|
|
53
|
-
"@spences10/pi-
|
|
53
|
+
"@spences10/pi-project-trust": "0.0.6"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@changesets/cli": "^2.31.0",
|
|
@@ -60,20 +60,20 @@
|
|
|
60
60
|
},
|
|
61
61
|
"optionalDependencies": {
|
|
62
62
|
"@spences10/pi-child-env": "0.1.4",
|
|
63
|
-
"@spences10/pi-coding-preferences": "0.0.
|
|
63
|
+
"@spences10/pi-coding-preferences": "0.0.3",
|
|
64
64
|
"@spences10/pi-confirm-destructive": "0.0.8",
|
|
65
|
-
"@spences10/pi-context": "0.0.
|
|
66
|
-
"@spences10/pi-
|
|
67
|
-
"@spences10/pi-
|
|
68
|
-
"@spences10/pi-omnisearch": "0.0.6",
|
|
65
|
+
"@spences10/pi-context": "0.0.12",
|
|
66
|
+
"@spences10/pi-mcp": "0.0.22",
|
|
67
|
+
"@spences10/pi-lsp": "0.0.19",
|
|
69
68
|
"@spences10/pi-nopeek": "0.0.6",
|
|
69
|
+
"@spences10/pi-omnisearch": "0.0.7",
|
|
70
70
|
"@spences10/pi-recall": "0.0.6",
|
|
71
71
|
"@spences10/pi-redact": "0.0.6",
|
|
72
|
-
"@spences10/pi-skills": "0.0.
|
|
73
|
-
"@spences10/pi-sqlite-tools": "0.0.6",
|
|
72
|
+
"@spences10/pi-skills": "0.0.16",
|
|
74
73
|
"@spences10/pi-svelte-guardrails": "0.0.3",
|
|
75
|
-
"@spences10/pi-
|
|
76
|
-
"@spences10/pi-
|
|
74
|
+
"@spences10/pi-sqlite-tools": "0.0.6",
|
|
75
|
+
"@spences10/pi-team-mode": "0.0.18",
|
|
76
|
+
"@spences10/pi-telemetry": "0.0.11"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|
|
79
79
|
"node": ">=24.15.0"
|