pi-hud 0.1.1 → 0.1.2
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 +11 -1
- package/assets/hud.png +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# pi-hud
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/pi-hud)
|
|
6
|
+
[](https://pi.dev/packages/pi-hud?name=hud)
|
|
7
|
+
[](https://github.com/ludevdot/pi-hud/actions/workflows/ci.yml)
|
|
8
|
+
[](LICENSE)
|
|
9
|
+
[](https://github.com/ludevdot/pi-hud/stargazers)
|
|
10
|
+
|
|
11
|
+
Persistent right-side HUD for [Pi](https://pi.dev), published as a Pi package at [pi.dev/packages/pi-hud](https://pi.dev/packages/pi-hud?name=hud).
|
|
4
12
|
|
|
5
13
|
It shows the current session, model/context usage, subagent activity, project path, and git branch without stealing focus from the editor.
|
|
6
14
|
|
|
15
|
+

|
|
16
|
+
|
|
7
17
|
## Features
|
|
8
18
|
|
|
9
19
|
- Starts visible by default when the extension is installed.
|
package/assets/hud.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-hud",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "A persistent hud for Pi with context, project, and subagent status.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@earendil-works/pi-coding-agent": "0.74.1",
|
|
47
47
|
"@earendil-works/pi-tui": "0.74.1",
|
|
48
48
|
"vitest": "3.2.4",
|
|
49
|
-
"tsx": "4.
|
|
49
|
+
"tsx": "4.21.0",
|
|
50
50
|
"typescript": "5.9.2"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|