@pi-kaush/pi-welcome-screen 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/CHANGELOG.md +4 -0
- package/README.md +7 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -4,19 +4,18 @@ A compact, centered startup screen for the [Pi coding agent](https://pi.dev). It
|
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Why use it
|
|
8
8
|
|
|
9
|
-
-
|
|
10
|
-
- Pi
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- Unknown startup diagnostics preserved through a fail-safe fallback
|
|
9
|
+
- **Zero runtime dependencies** — installs as readable TypeScript without pulling additional packages into your Pi setup.
|
|
10
|
+
- **Context files in load order** — shows exactly which instructions Pi loaded and the order in which they apply.
|
|
11
|
+
- **Extensions grouped by source** — separates Pi-local extensions, installed packages, and linked source paths.
|
|
12
|
+
- **Responsive layout** — switches between stacked and side-by-side views, with two- or three-column lists based on terminal width.
|
|
13
|
+
- **Fail-safe behavior** — if the startup data or UI shape is unfamiliar, restores Pi's untouched native resource panel instead of hiding information.
|
|
15
14
|
|
|
16
15
|
## Install
|
|
17
16
|
|
|
18
17
|
```sh
|
|
19
|
-
pi install npm:@pi-kaush/pi-welcome-screen@0.1.
|
|
18
|
+
pi install npm:@pi-kaush/pi-welcome-screen@0.1.2
|
|
20
19
|
```
|
|
21
20
|
|
|
22
21
|
Restart Pi or run `/reload`.
|