my-pi 0.1.30 → 0.1.32
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 +2 -0
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -581,6 +581,8 @@ In interactive mode:
|
|
|
581
581
|
sources in the current project/session scope
|
|
582
582
|
- `/context stats` / `/context-stats` — inspect scoped/global context
|
|
583
583
|
sidecar stats and active retention policy
|
|
584
|
+
- `/context settings` — configure context sidecar retention, storage,
|
|
585
|
+
and capture-threshold presets
|
|
584
586
|
- `/context purge [days|expired]` — purge old or expired context
|
|
585
587
|
sidecar entries
|
|
586
588
|
- `/telemetry status|stats|query|export|on|off|path` — inspect, query,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "my-pi",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.32",
|
|
4
4
|
"description": "Composable pi coding agent with MCP, LSP, prompt presets, and local eval telemetry",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -43,27 +43,27 @@
|
|
|
43
43
|
}
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@mariozechner/pi-ai": "^0.
|
|
47
|
-
"@mariozechner/pi-coding-agent": "^0.
|
|
48
|
-
"@mariozechner/pi-tui": "^0.
|
|
46
|
+
"@mariozechner/pi-ai": "^0.73.0",
|
|
47
|
+
"@mariozechner/pi-coding-agent": "^0.73.0",
|
|
48
|
+
"@mariozechner/pi-tui": "^0.73.0",
|
|
49
49
|
"citty": "^0.2.2",
|
|
50
50
|
"typebox": "^1.1.37",
|
|
51
|
+
"@spences10/pi-context": "0.0.7",
|
|
52
|
+
"@spences10/pi-confirm-destructive": "0.0.7",
|
|
51
53
|
"@spences10/pi-child-env": "0.1.3",
|
|
52
|
-
"@spences10/pi-
|
|
53
|
-
"@spences10/pi-mcp": "0.0.
|
|
54
|
-
"@spences10/pi-
|
|
55
|
-
"@spences10/pi-
|
|
56
|
-
"@spences10/pi-nopeek": "0.0.4",
|
|
57
|
-
"@spences10/pi-omnisearch": "0.0.4",
|
|
58
|
-
"@spences10/pi-recall": "0.0.4",
|
|
59
|
-
"@spences10/pi-skills": "0.0.11",
|
|
54
|
+
"@spences10/pi-lsp": "0.0.14",
|
|
55
|
+
"@spences10/pi-mcp": "0.0.17",
|
|
56
|
+
"@spences10/pi-nopeek": "0.0.5",
|
|
57
|
+
"@spences10/pi-omnisearch": "0.0.5",
|
|
60
58
|
"@spences10/pi-project-trust": "0.0.5",
|
|
61
|
-
"@spences10/pi-redact": "0.0.
|
|
62
|
-
"@spences10/pi-
|
|
63
|
-
"@spences10/pi-
|
|
64
|
-
"@spences10/pi-
|
|
59
|
+
"@spences10/pi-redact": "0.0.5",
|
|
60
|
+
"@spences10/pi-recall": "0.0.5",
|
|
61
|
+
"@spences10/pi-skills": "0.0.12",
|
|
62
|
+
"@spences10/pi-sqlite-tools": "0.0.5",
|
|
63
|
+
"@spences10/pi-team-mode": "0.0.13",
|
|
64
|
+
"@spences10/pi-telemetry": "0.0.7",
|
|
65
65
|
"@spences10/pi-themes": "0.0.4",
|
|
66
|
-
"@spences10/pi-tui-modal": "0.0.
|
|
66
|
+
"@spences10/pi-tui-modal": "0.0.7"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@changesets/cli": "^2.31.0",
|