my-pi 0.1.82 → 0.1.83

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -108,7 +108,7 @@ pnpx my-pi@latest --mode rpc
108
108
 
109
109
  # local live observability dashboard
110
110
  pnpx my-pi@latest
111
- # then run /observability in the TUI
111
+ # then run /observability in the TUI to open the browser dashboard
112
112
  pnpx my-pi@latest observability
113
113
  ```
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-pi",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "Composable pi coding agent with MCP, LSP, prompt presets, and local eval telemetry",
5
5
  "keywords": [
6
6
  "cli",
@@ -65,22 +65,22 @@
65
65
  "@spences10/pi-child-env": "0.1.8",
66
66
  "@spences10/pi-coding-preferences": "0.0.10",
67
67
  "@spences10/pi-confirm-destructive": "0.0.16",
68
- "@spences10/pi-footer": "0.0.7",
69
68
  "@spences10/pi-context": "0.0.24",
70
- "@spences10/pi-lsp": "0.0.34",
69
+ "@spences10/pi-footer": "0.0.7",
71
70
  "@spences10/pi-git-ui": "0.0.12",
72
- "@spences10/pi-nopeek": "0.0.13",
71
+ "@spences10/pi-lsp": "0.0.34",
73
72
  "@spences10/pi-mcp": "0.0.39",
74
- "@spences10/pi-observability": "0.0.7",
73
+ "@spences10/pi-observability": "0.0.8",
74
+ "@spences10/pi-nopeek": "0.0.13",
75
75
  "@spences10/pi-omnisearch": "0.0.13",
76
76
  "@spences10/pi-recall": "0.0.13",
77
77
  "@spences10/pi-redact": "0.0.12",
78
78
  "@spences10/pi-skill-importer": "0.0.8",
79
- "@spences10/pi-sqlite-tools": "0.0.12",
80
79
  "@spences10/pi-skills": "0.0.28",
80
+ "@spences10/pi-sqlite-tools": "0.0.12",
81
81
  "@spences10/pi-svelte-guardrails": "0.0.11",
82
- "@spences10/pi-team-mode": "0.0.33",
83
- "@spences10/pi-telemetry": "0.0.24"
82
+ "@spences10/pi-telemetry": "0.0.24",
83
+ "@spences10/pi-team-mode": "0.0.33"
84
84
  },
85
85
  "engines": {
86
86
  "node": ">=24.15.0"