my-pi 0.1.57 → 0.1.59
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 +3 -2
- package/package.json +16 -14
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
Composable [pi](https://pi.dev) coding agent for humans and agents.
|
|
9
9
|
|
|
10
|
+

|
|
11
|
+
|
|
10
12
|
Built on the
|
|
11
13
|
[@earendil-works/pi-coding-agent](https://github.com/badlogic/pi-mono)
|
|
12
14
|
SDK. Adds MCP server support, a managed extension registry, user
|
|
@@ -21,8 +23,7 @@ extensions.
|
|
|
21
23
|
## What this is for
|
|
22
24
|
|
|
23
25
|
`my-pi` is a composable Pi-based coding-agent harness for local agent
|
|
24
|
-
work, eval runs, and agent-ops experiments.
|
|
25
|
-
of a cockpit than a single-purpose assistant: the default CLI combines
|
|
26
|
+
work, eval runs, and agent-ops experiments. The default CLI combines
|
|
26
27
|
MCP, LSP, skills, prompt presets, secret-safe tooling, local
|
|
27
28
|
telemetry, session recall, and optional team-mode orchestration.
|
|
28
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "my-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.59",
|
|
4
4
|
"description": "Composable pi coding agent with MCP, LSP, prompt presets, and local eval telemetry",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@earendil-works/pi-ai": "
|
|
47
|
-
"@earendil-works/pi-coding-agent": "
|
|
48
|
-
"@earendil-works/pi-tui": "
|
|
46
|
+
"@earendil-works/pi-ai": "0.75.3",
|
|
47
|
+
"@earendil-works/pi-coding-agent": "0.75.3",
|
|
48
|
+
"@earendil-works/pi-tui": "0.75.3",
|
|
49
49
|
"citty": "^0.2.2",
|
|
50
50
|
"typebox": "^1.1.38",
|
|
51
51
|
"@spences10/pi-project-trust": "0.0.9",
|
|
@@ -54,30 +54,31 @@
|
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@changesets/cli": "^2.31.0",
|
|
57
|
+
"@resvg/resvg-js": "^2.6.2",
|
|
57
58
|
"@types/node": "^25.8.0",
|
|
58
|
-
"@vitest/coverage-v8": "4.1.
|
|
59
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
59
60
|
"vite-plus": "^0.1.21",
|
|
60
|
-
"vitest": "4.1.
|
|
61
|
+
"vitest": "4.1.6"
|
|
61
62
|
},
|
|
62
63
|
"optionalDependencies": {
|
|
63
|
-
"@spences10/pi-child-env": "0.1.7",
|
|
64
64
|
"@spences10/pi-coding-preferences": "0.0.8",
|
|
65
|
+
"@spences10/pi-child-env": "0.1.7",
|
|
65
66
|
"@spences10/pi-context": "0.0.21",
|
|
66
67
|
"@spences10/pi-confirm-destructive": "0.0.14",
|
|
67
68
|
"@spences10/pi-footer": "0.0.5",
|
|
68
69
|
"@spences10/pi-git-ui": "0.0.10",
|
|
69
|
-
"@spences10/pi-
|
|
70
|
-
"@spences10/pi-
|
|
70
|
+
"@spences10/pi-mcp": "0.0.32",
|
|
71
|
+
"@spences10/pi-nopeek": "0.0.12",
|
|
72
|
+
"@spences10/pi-lsp": "0.0.30",
|
|
71
73
|
"@spences10/pi-omnisearch": "0.0.12",
|
|
72
74
|
"@spences10/pi-recall": "0.0.12",
|
|
73
|
-
"@spences10/pi-nopeek": "0.0.12",
|
|
74
|
-
"@spences10/pi-redact": "0.0.11",
|
|
75
75
|
"@spences10/pi-skill-importer": "0.0.6",
|
|
76
76
|
"@spences10/pi-skills": "0.0.25",
|
|
77
77
|
"@spences10/pi-sqlite-tools": "0.0.11",
|
|
78
|
+
"@spences10/pi-redact": "0.0.11",
|
|
78
79
|
"@spences10/pi-svelte-guardrails": "0.0.9",
|
|
79
|
-
"@spences10/pi-
|
|
80
|
-
"@spences10/pi-
|
|
80
|
+
"@spences10/pi-telemetry": "0.0.20",
|
|
81
|
+
"@spences10/pi-team-mode": "0.0.28"
|
|
81
82
|
},
|
|
82
83
|
"engines": {
|
|
83
84
|
"node": ">=24.15.0"
|
|
@@ -93,8 +94,9 @@
|
|
|
93
94
|
"test:watch": "vp test watch",
|
|
94
95
|
"eval:local": "node scripts/run-eval-case.ts",
|
|
95
96
|
"eval:suite": "node scripts/run-eval-suite.ts",
|
|
97
|
+
"preview:generate": "node scripts/generate-startup-preview.ts",
|
|
96
98
|
"changeset": "changeset",
|
|
97
|
-
"version": "changeset version",
|
|
99
|
+
"version": "changeset version && pnpm run preview:generate",
|
|
98
100
|
"release": "git diff --quiet && git diff --cached --quiet && pnpm run build && changeset publish",
|
|
99
101
|
"coverage": "pnpm --filter \"./packages/*\" run build:self && vp pack && sh -c 'vp test --coverage && pnpm --filter \"./packages/*\" --if-present run coverage:self' --"
|
|
100
102
|
}
|